Shades of Careys Pink #CA9CA0
Tints of Careys Pink #CA9CA0
RGB
CMYK
RGB Variations
Color information
#CA9CA0 (or 0xCA9CA0) is known color: Careys Pink. HEX triplet: CA, 9C and A0. RGB value is (202,156,160). Sum of RGB (Red+Green+Blue) = 202+156+160=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9CA0 is #35635F. Grayscale: #AAAAAA. Windows color (decimal): -3498848 or 10525898. OLE color: 10525898.
HSL color Cylindrical-coordinate representation of color #CA9CA0: hue angle of 354.78º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9CA0 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 160 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.21 |
| HSL | 354.78º | 0.3% | 0.7% | - |
| HSV(B) | 354.78º | 0.23% | 0.79% | - |
| XYZ | 42.59 | 38.87 | 38.52 | - |
| YUV | 170.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 160 | 0 | 0.23 | 0.21 | 0.21 | 354.78 | 0.3 | 0.7 |
| Hex | CA | 9C | A0 | 0 | 17 | 15 | 15 | 163 | 1E | 46 |
| Octal | 312 | 234 | 240 | 0 | 27 | 25 | 25 | 543 | 36 | 106 |
| Binary | 11001010 | 10011100 | 10100000 | 0 | 10111 | 10101 | 10101 | 101100011 | 11110 | 1000110 |
Color Harmonies of #CA9CA0
Complementary color
Monochromatic Colors of #CA9CA0
Black with #CA9CA0
Text Example
Text Example
White with #CA9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CA0; }
p { color: rgb(202,156,160); }
H1.HeaderClassName
{
color: #CA9CA0;
}
.AnyTagClassName
{
color: #CA9CA0;
}
</style>
background-color css
<style>
a { background-color: #CA9CA0; }
a { background-color: rgb(202,156,160); }
div.DivClassName
{
background-color: #CA9CA0;
}
.BgClassName
{
background-color: #CA9CA0;
}
</style>
border-color css
<style>
span { border-color: #CA9CA0; }
span { border-color: rgb(202,156,160); }
td.TdClassName
{
border-color: #CA9CA0;
}
.TagClassName
{
border-color: #CA9CA0;
}
</style>