COLOR #C09988

HEX: #C09988 RGB: (192,153,136)

Color info

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

RGB color model

#C09988 color RGB value is (192,153,136).

RGB: (192,153,136) (75%, 60%, 53%)

RGB channels and saturation

R 192 of 255 = 75%
G 153 of 255 = 60%
B 136 of 255 = 53%

192
153
136

R + G + B ~ 63%. #C09988 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 153 + 136 = 481 (100%)
R 192 of 481 ~ 39.92%
G 153 of 481 ~ 31.81%
B 136 of 481 ~ 28.27'%

%39.92
%31.81
%28.27

CMYK color model

#C09988 color CMYK value is (0,20,29,25).

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

CMYK: (0,20,29,25)
C0M20Y29K25 (0%, 20%, 29%, 25%)
(0.00 / 0.20 / 0.29 / 0.25)

CMYK percentages

%0
%20.31
%29.17
%24.71

Codes

Color #C09988 in popluar color models

C0 99 88
RGB 192 153 136
HSL 18° 30.77% 64.31%
HSB/HSV 18° 29.17% 75.29%
CMYK 0.00% 20.31% 29.17%
24.71%

Color #C09988 in popluar number systems.

HEX C0 99 88
Decimal 192 153 136
Binary 11000000 10011001 10001000
Octal 300 231 210

Shades and tints

Shades of #C09988

#C09988
(192,153,136)
#AF8C7C
(175,140,124)
#9E7F70
(158,127,112)
#8D7264
(141,114,100)
#7C6558
(124,101,88)
#6B584C
(107,88,76)
#5A4B40
(90,75,64)
#493E34
(73,62,52)
#383128
(56,49,40)
#27241C
(39,36,28)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #C09988

#C09988
(192,153,136)
#C5A292
(197,162,146)
#CAAB9C
(202,171,156)
#CFB4A6
(207,180,166)
#D4BDB0
(212,189,176)
#D9C6BA
(217,198,186)
#DECFC4
(222,207,196)
#E3D8CE
(227,216,206)
#E8E1D8
(232,225,216)
#EDEAE2
(237,234,226)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09988; }

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

This text font color is #C09988.

Background Color

.myBgColor { background-color: #C09988; }

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

This div background color is #C09988.

Border color

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

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

This div border color is #C09988.

Opacity

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

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

Text with #C09988 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 #C09988;}

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

This text has shadow with #C09988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09988.

Preview

Color preview on black background

This text has color #C09988 on black background.


Color preview on white background

This text has color #C09988 on white background.


Black color preview on #C09988 background

This text has black color on #C09988 background.


White color preview on #C09988 background

This text has white color on #C09988 background.


Related colors

Complementary color

Complementary color for #hex is #3F6677.


I love getcolorcode.com

Triadic colors

1 #88C099 and #9988C0 with #C09988 are triadic colors.

2 #8899C0 and #99C088 with #C09988 are triadic colors.