Shades of Careys Pink #C09EA2
Tints of Careys Pink #C09EA2
RGB
CMYK
RGB Variations
Color information
#C09EA2 (or 0xC09EA2) is known color: Careys Pink. HEX triplet: C0, 9E and A2. RGB value is (192,158,162). Sum of RGB (Red+Green+Blue) = 192+158+162=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C09EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09EA2 is #3F615D. Grayscale: #A8A8A8. Windows color (decimal): -4153694 or 10657472. OLE color: 10657472.
HSL color Cylindrical-coordinate representation of color #C09EA2: hue angle of 352.94º 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 #C09EA2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 158 | 162 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.25 |
| HSL | 352.94º | 0.21% | 0.69% | - |
| HSV(B) | 352.94º | 0.18% | 0.75% | - |
| XYZ | 40.49 | 38.27 | 39.44 | - |
| YUV | 168.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 158 | 162 | 0 | 0.18 | 0.16 | 0.25 | 352.94 | 0.21 | 0.69 |
| Hex | C0 | 9E | A2 | 0 | 12 | 10 | 19 | 161 | 15 | 45 |
| Octal | 300 | 236 | 242 | 0 | 22 | 20 | 31 | 541 | 25 | 105 |
| Binary | 11000000 | 10011110 | 10100010 | 0 | 10010 | 10000 | 11001 | 101100001 | 10101 | 1000101 |
Color Harmonies of #C09EA2
Complementary color
Monochromatic Colors of #C09EA2
Black with #C09EA2
Text Example
Text Example
White with #C09EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09EA2; }
p { color: rgb(192,158,162); }
H1.HeaderClassName
{
color: #C09EA2;
}
.AnyTagClassName
{
color: #C09EA2;
}
</style>
background-color css
<style>
a { background-color: #C09EA2; }
a { background-color: rgb(192,158,162); }
div.DivClassName
{
background-color: #C09EA2;
}
.BgClassName
{
background-color: #C09EA2;
}
</style>
border-color css
<style>
span { border-color: #C09EA2; }
span { border-color: rgb(192,158,162); }
td.TdClassName
{
border-color: #C09EA2;
}
.TagClassName
{
border-color: #C09EA2;
}
</style>