COLOR #C09993

HEX: #C09993 RGB: (192,153,147)

Color info

#C09993 contains red, green and blue colors in about the same proportion. Web safe color of #C09993 is #CC9999 (or #C99).

RGB color model

#C09993 color RGB value is (192,153,147).

RGB: (192,153,147) (75%, 60%, 58%)

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 147 of 255 = 58%

192
153
147

R + G + B ~ 64%. #C09993 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 153 + 147 = 492 (100%)
R 192 of 492 ~ 39.02%
G 153 of 492 ~ 31.1%
B 147 of 492 ~ 29.88'%

%39.02
%31.1
%29.88

CMYK color model

#C09993 color CMYK value is (0,20,23,25).

  • cyan value is 0.00%
  • magenta value is 20.31%
  • yellow value is 23.44%
  • key color value is 24.71%

CMYK: (0,20,23,25)
C0M20Y23K25 (0%, 20%, 23%, 25%)
(0.00 / 0.20 / 0.23 / 0.25)

CMYK percentages

%0
%20.31
%23.44
%24.71

Codes

Color #C09993 in popluar color models

C0 99 93
RGB 192 153 147
HSL 26.32% 66.47%
HSB/HSV 23.44% 75.29%
CMYK 0.00% 20.31% 23.44%
24.71%

Color #C09993 in popluar number systems.

HEX C0 99 93
Decimal 192 153 147
Binary 11000000 10011001 10010011
Octal 300 231 223

Shades and tints

Shades of #C09993

#C09993
(192,153,147)
#AF8C86
(175,140,134)
#9E7F79
(158,127,121)
#8D726C
(141,114,108)
#7C655F
(124,101,95)
#6B5852
(107,88,82)
#5A4B45
(90,75,69)
#493E38
(73,62,56)
#38312B
(56,49,43)
#27241E
(39,36,30)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #C09993

#C09993
(192,153,147)
#C5A29C
(197,162,156)
#CAABA5
(202,171,165)
#CFB4AE
(207,180,174)
#D4BDB7
(212,189,183)
#D9C6C0
(217,198,192)
#DECFC9
(222,207,201)
#E3D8D2
(227,216,210)
#E8E1DB
(232,225,219)
#EDEAE4
(237,234,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C09993 color. Also use rgb(192,153,147) instead hex code.

Text Font Color

.myTextColor { color: #C09993; }

<p style="color:#C09993">This sample text font color is #C09993.</p>

This text font color is #C09993.

Background Color

.myBgColor { background-color: #C09993; }

<div style="background-color:#C09993">Inner text</div>

This div background color is #C09993.

Border color

.myBorderColor { border: 1px solid #C09993; }

<div style="border:3px solid #C09993">Div</div>

This div border color is #C09993.

Opacity

.myOpacity80 { color: #C09993; opacity: 0.8; }

<p style="color:#C09993;opacity:0.8;">80%</p>

Text with #C09993 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C09993;}

<p style="text-shadow: 3px 3px 1px #C09993">Text here.</p>

This text has shadow with #C09993 color.


.textShadow {text-shadow: 3px 3px 1px #C09993', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C09993, 5px 5px 20px red">Text here.</p>

This text has shadow with #C09993 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C09993, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C09993, Direction=45, Strength=4)">Text</p>

This text has shadow with #C09993 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C09993;
-webkit-box-shadow: 1px 1px 3px 2px #C09993;
box-shadow: 1px 1px 3px 2px #C09993;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C09993; -webkit-box-shadow: 1px 1px 3px 2px #C09993; box-shadow:1px 1px 3px 2px #C09993;">
Div content here
</div>

This div box has shadow with color #C09993.

Preview

Color preview on black background

This text has color #C09993 on black background.


Color preview on white background

This text has color #C09993 on white background.


Black color preview on #C09993 background

This text has black color on #C09993 background.


White color preview on #C09993 background

This text has white color on #C09993 background.


Related colors

Complementary color

Complementary color for #hex is #3F666C.


I love getcolorcode.com

Triadic colors

1 #93C099 and #9993C0 with #C09993 are triadic colors.

2 #9399C0 and #99C093 with #C09993 are triadic colors.