Shades of Careys Pink #C09EA0
Tints of Careys Pink #C09EA0
RGB
CMYK
RGB Variations
Color information
#C09EA0 (or 0xC09EA0) is known color: Careys Pink. HEX triplet: C0, 9E and A0. RGB value is (192,158,160). Sum of RGB (Red+Green+Blue) = 192+158+160=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09EA0 is #3F615F. Grayscale: #A8A8A8. Windows color (decimal): -4153696 or 10526400. OLE color: 10526400.
HSL color Cylindrical-coordinate representation of color #C09EA0: hue angle of 356.47º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09EA0 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 160 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.25 |
| HSL | 356.47º | 0.21% | 0.69% | - |
| HSV(B) | 356.47º | 0.18% | 0.75% | - |
| XYZ | 40.31 | 38.2 | 38.51 | - |
| YUV | 168.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 160 | 0 | 0.18 | 0.17 | 0.25 | 356.47 | 0.21 | 0.69 |
| Hex | C0 | 9E | A0 | 0 | 12 | 11 | 19 | 164 | 15 | 45 |
| Octal | 300 | 236 | 240 | 0 | 22 | 21 | 31 | 544 | 25 | 105 |
| Binary | 11000000 | 10011110 | 10100000 | 0 | 10010 | 10001 | 11001 | 101100100 | 10101 | 1000101 |
Color Harmonies of #C09EA0
Complementary color
Monochromatic Colors of #C09EA0
Black with #C09EA0
Text Example
Text Example
White with #C09EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EA0; }
p { color: rgb(192,158,160); }
H1.HeaderClassName
{
color: #C09EA0;
}
.AnyTagClassName
{
color: #C09EA0;
}
</style>
background-color css
<style>
a { background-color: #C09EA0; }
a { background-color: rgb(192,158,160); }
div.DivClassName
{
background-color: #C09EA0;
}
.BgClassName
{
background-color: #C09EA0;
}
</style>
border-color css
<style>
span { border-color: #C09EA0; }
span { border-color: rgb(192,158,160); }
td.TdClassName
{
border-color: #C09EA0;
}
.TagClassName
{
border-color: #C09EA0;
}
</style>