Shades of Careys Pink #CA9A9E
Tints of Careys Pink #CA9A9E
RGB
CMYK
RGB Variations
Color information
#CA9A9E (or 0xCA9A9E) is known color: Careys Pink. HEX triplet: CA, 9A and 9E. RGB value is (202,154,158). Sum of RGB (Red+Green+Blue) = 202+154+158=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A9E is #356561. Grayscale: #A8A8A8. Windows color (decimal): -3499362 or 10394314. OLE color: 10394314.
HSL color Cylindrical-coordinate representation of color #CA9A9E: hue angle of 355º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9A9E is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 158 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.21 |
| HSL | 355º | 0.31% | 0.7% | - |
| HSV(B) | 355º | 0.24% | 0.79% | - |
| XYZ | 42.08 | 38.14 | 37.49 | - |
| YUV | 168.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 158 | 0 | 0.24 | 0.22 | 0.21 | 355 | 0.31 | 0.7 |
| Hex | CA | 9A | 9E | 0 | 18 | 16 | 15 | 163 | 1F | 46 |
| Octal | 312 | 232 | 236 | 0 | 30 | 26 | 25 | 543 | 37 | 106 |
| Binary | 11001010 | 10011010 | 10011110 | 0 | 11000 | 10110 | 10101 | 101100011 | 11111 | 1000110 |
Color Harmonies of #CA9A9E
Complementary color
Monochromatic Colors of #CA9A9E
Black with #CA9A9E
Text Example
Text Example
White with #CA9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A9E; }
p { color: rgb(202,154,158); }
H1.HeaderClassName
{
color: #CA9A9E;
}
.AnyTagClassName
{
color: #CA9A9E;
}
</style>
background-color css
<style>
a { background-color: #CA9A9E; }
a { background-color: rgb(202,154,158); }
div.DivClassName
{
background-color: #CA9A9E;
}
.BgClassName
{
background-color: #CA9A9E;
}
</style>
border-color css
<style>
span { border-color: #CA9A9E; }
span { border-color: rgb(202,154,158); }
td.TdClassName
{
border-color: #CA9A9E;
}
.TagClassName
{
border-color: #CA9A9E;
}
</style>