Shades of Careys Pink #C09CA0
Tints of Careys Pink #C09CA0
RGB
CMYK
RGB Variations
Color information
#C09CA0 (or 0xC09CA0) is known color: Careys Pink. HEX triplet: C0, 9C and A0. RGB value is (192,156,160). Sum of RGB (Red+Green+Blue) = 192+156+160=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C09CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09CA0 is #3F635F. Grayscale: #A7A7A7. Windows color (decimal): -4154208 or 10525888. OLE color: 10525888.
HSL color Cylindrical-coordinate representation of color #C09CA0: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CA0 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 160 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.25 |
| HSL | 353.33º | 0.22% | 0.68% | - |
| HSV(B) | 353.33º | 0.19% | 0.75% | - |
| XYZ | 39.97 | 37.52 | 38.39 | - |
| YUV | 167.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 160 | 0 | 0.19 | 0.17 | 0.25 | 353.33 | 0.22 | 0.68 |
| Hex | C0 | 9C | A0 | 0 | 13 | 11 | 19 | 161 | 16 | 44 |
| Octal | 300 | 234 | 240 | 0 | 23 | 21 | 31 | 541 | 26 | 104 |
| Binary | 11000000 | 10011100 | 10100000 | 0 | 10011 | 10001 | 11001 | 101100001 | 10110 | 1000100 |
Color Harmonies of #C09CA0
Complementary color
Monochromatic Colors of #C09CA0
Black with #C09CA0
Text Example
Text Example
White with #C09CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CA0; }
p { color: rgb(192,156,160); }
H1.HeaderClassName
{
color: #C09CA0;
}
.AnyTagClassName
{
color: #C09CA0;
}
</style>
background-color css
<style>
a { background-color: #C09CA0; }
a { background-color: rgb(192,156,160); }
div.DivClassName
{
background-color: #C09CA0;
}
.BgClassName
{
background-color: #C09CA0;
}
</style>
border-color css
<style>
span { border-color: #C09CA0; }
span { border-color: rgb(192,156,160); }
td.TdClassName
{
border-color: #C09CA0;
}
.TagClassName
{
border-color: #C09CA0;
}
</style>