Shades of Careys Pink #CA999D
Tints of Careys Pink #CA999D
RGB
CMYK
RGB Variations
Color information
#CA999D (or 0xCA999D) is known color: Careys Pink. HEX triplet: CA, 99 and 9D. RGB value is (202,153,157). Sum of RGB (Red+Green+Blue) = 202+153+157=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999D is #356662. Grayscale: #A8A8A8. Windows color (decimal): -3499619 or 10328522. OLE color: 10328522.
HSL color Cylindrical-coordinate representation of color #CA999D: hue angle of 355.1º degrees, saturation: 0.32, 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 #CA999D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 157 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.21 |
| HSL | 355.1º | 0.32% | 0.7% | - |
| HSV(B) | 355.1º | 0.24% | 0.79% | - |
| XYZ | 41.83 | 37.77 | 36.98 | - |
| YUV | 168.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 157 | 0 | 0.24 | 0.22 | 0.21 | 355.1 | 0.32 | 0.7 |
| Hex | CA | 99 | 9D | 0 | 18 | 16 | 15 | 163 | 20 | 46 |
| Octal | 312 | 231 | 235 | 0 | 30 | 26 | 25 | 543 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10011101 | 0 | 11000 | 10110 | 10101 | 101100011 | 100000 | 1000110 |
Color Harmonies of #CA999D
Complementary color
Monochromatic Colors of #CA999D
Black with #CA999D
Text Example
Text Example
White with #CA999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA999D; }
p { color: rgb(202,153,157); }
H1.HeaderClassName
{
color: #CA999D;
}
.AnyTagClassName
{
color: #CA999D;
}
</style>
background-color css
<style>
a { background-color: #CA999D; }
a { background-color: rgb(202,153,157); }
div.DivClassName
{
background-color: #CA999D;
}
.BgClassName
{
background-color: #CA999D;
}
</style>
border-color css
<style>
span { border-color: #CA999D; }
span { border-color: rgb(202,153,157); }
td.TdClassName
{
border-color: #CA999D;
}
.TagClassName
{
border-color: #CA999D;
}
</style>