Shades of Careys Pink #C09DA2
Tints of Careys Pink #C09DA2
RGB
CMYK
RGB Variations
Color information
#C09DA2 (or 0xC09DA2) is known color: Careys Pink. HEX triplet: C0, 9D and A2. RGB value is (192,157,162). Sum of RGB (Red+Green+Blue) = 192+157+162=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DA2 is #3F625D. Grayscale: #A8A8A8. Windows color (decimal): -4153950 or 10657216. OLE color: 10657216.
HSL color Cylindrical-coordinate representation of color #C09DA2: hue angle of 351.43º 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 #C09DA2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 162 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.25 |
| HSL | 351.43º | 0.22% | 0.68% | - |
| HSV(B) | 351.43º | 0.18% | 0.75% | - |
| XYZ | 40.32 | 37.93 | 39.38 | - |
| YUV | 168.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 162 | 0 | 0.18 | 0.16 | 0.25 | 351.43 | 0.22 | 0.68 |
| Hex | C0 | 9D | A2 | 0 | 12 | 10 | 19 | 15F | 16 | 44 |
| Octal | 300 | 235 | 242 | 0 | 22 | 20 | 31 | 537 | 26 | 104 |
| Binary | 11000000 | 10011101 | 10100010 | 0 | 10010 | 10000 | 11001 | 101011111 | 10110 | 1000100 |
Color Harmonies of #C09DA2
Complementary color
Monochromatic Colors of #C09DA2
Black with #C09DA2
Text Example
Text Example
White with #C09DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09DA2; }
p { color: rgb(192,157,162); }
H1.HeaderClassName
{
color: #C09DA2;
}
.AnyTagClassName
{
color: #C09DA2;
}
</style>
background-color css
<style>
a { background-color: #C09DA2; }
a { background-color: rgb(192,157,162); }
div.DivClassName
{
background-color: #C09DA2;
}
.BgClassName
{
background-color: #C09DA2;
}
</style>
border-color css
<style>
span { border-color: #C09DA2; }
span { border-color: rgb(192,157,162); }
td.TdClassName
{
border-color: #C09DA2;
}
.TagClassName
{
border-color: #C09DA2;
}
</style>