Shades of Careys Pink #C09D9F
Tints of Careys Pink #C09D9F
RGB
CMYK
RGB Variations
Color information
#C09D9F (or 0xC09D9F) is known color: Careys Pink. HEX triplet: C0, 9D and 9F. RGB value is (192,157,159). Sum of RGB (Red+Green+Blue) = 192+157+159=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09D9F is #3F6260. Grayscale: #A7A7A7. Windows color (decimal): -4153953 or 10460608. OLE color: 10460608.
HSL color Cylindrical-coordinate representation of color #C09D9F: hue angle of 356.57º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09D9F is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 157 | 159 | - |
CMYK | 0 | 0.18 | 0.17 | 0.25 |
HSL | 356.57º | 0.22% | 0.68% | - |
HSV(B) | 356.57º | 0.18% | 0.75% | - |
XYZ | 40.05 | 37.82 | 37.99 | - |
YUV | 167.69 | 123.1 | 145.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 157 | 159 | 0 | 0.18 | 0.17 | 0.25 | 356.57 | 0.22 | 0.68 |
Hex | C0 | 9D | 9F | 0 | 12 | 11 | 19 | 165 | 16 | 44 |
Octal | 300 | 235 | 237 | 0 | 22 | 21 | 31 | 545 | 26 | 104 |
Binary | 11000000 | 10011101 | 10011111 | 0 | 10010 | 10001 | 11001 | 101100101 | 10110 | 1000100 |
Color Harmonies of #C09D9F
Complementary color
Monochromatic Colors of #C09D9F
Black with #C09D9F
Text Example
Text Example
White with #C09D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D9F; }
p { color: rgb(192,157,159); }
H1.HeaderClassName
{
color: #C09D9F;
}
.AnyTagClassName
{
color: #C09D9F;
}
</style>
background-color css
<style>
a { background-color: #C09D9F; }
a { background-color: rgb(192,157,159); }
div.DivClassName
{
background-color: #C09D9F;
}
.BgClassName
{
background-color: #C09D9F;
}
</style>
border-color css
<style>
span { border-color: #C09D9F; }
span { border-color: rgb(192,157,159); }
td.TdClassName
{
border-color: #C09D9F;
}
.TagClassName
{
border-color: #C09D9F;
}
</style>