Shades of Careys Pink #CA9599
Tints of Careys Pink #CA9599
RGB
CMYK
RGB Variations
Color information
#CA9599 (or 0xCA9599) is known color: Careys Pink. HEX triplet: CA, 95 and 99. RGB value is (202,149,153). Sum of RGB (Red+Green+Blue) = 202+149+153=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9599 is #356A66. Grayscale: #A5A5A5. Windows color (decimal): -3500647 or 10065354. OLE color: 10065354.
HSL color Cylindrical-coordinate representation of color #CA9599: hue angle of 355.47º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9599 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 153 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.21 |
| HSL | 355.47º | 0.33% | 0.69% | - |
| HSV(B) | 355.47º | 0.26% | 0.79% | - |
| XYZ | 40.85 | 36.35 | 35 | - |
| YUV | 165.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 153 | 0 | 0.26 | 0.24 | 0.21 | 355.47 | 0.33 | 0.69 |
| Hex | CA | 95 | 99 | 0 | 1A | 18 | 15 | 163 | 21 | 45 |
| Octal | 312 | 225 | 231 | 0 | 32 | 30 | 25 | 543 | 41 | 105 |
| Binary | 11001010 | 10010101 | 10011001 | 0 | 11010 | 11000 | 10101 | 101100011 | 100001 | 1000101 |
Color Harmonies of #CA9599
Complementary color
Monochromatic Colors of #CA9599
Black with #CA9599
Text Example
Text Example
White with #CA9599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9599; }
p { color: rgb(202,149,153); }
H1.HeaderClassName
{
color: #CA9599;
}
.AnyTagClassName
{
color: #CA9599;
}
</style>
background-color css
<style>
a { background-color: #CA9599; }
a { background-color: rgb(202,149,153); }
div.DivClassName
{
background-color: #CA9599;
}
.BgClassName
{
background-color: #CA9599;
}
</style>
border-color css
<style>
span { border-color: #CA9599; }
span { border-color: rgb(202,149,153); }
td.TdClassName
{
border-color: #CA9599;
}
.TagClassName
{
border-color: #CA9599;
}
</style>