Shades of Careys Pink #CA999E
Tints of Careys Pink #CA999E
RGB
CMYK
RGB Variations
Color information
#CA999E (or 0xCA999E) is known color: Careys Pink. HEX triplet: CA, 99 and 9E. RGB value is (202,153,158). Sum of RGB (Red+Green+Blue) = 202+153+158=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999E is #356661. Grayscale: #A8A8A8. Windows color (decimal): -3499618 or 10394058. OLE color: 10394058.
HSL color Cylindrical-coordinate representation of color #CA999E: hue angle of 353.88º 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 #CA999E is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 158 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.21 |
| HSL | 353.88º | 0.32% | 0.7% | - |
| HSV(B) | 353.88º | 0.24% | 0.79% | - |
| XYZ | 41.92 | 37.81 | 37.44 | - |
| YUV | 168.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 158 | 0 | 0.24 | 0.22 | 0.21 | 353.88 | 0.32 | 0.7 |
| Hex | CA | 99 | 9E | 0 | 18 | 16 | 15 | 162 | 20 | 46 |
| Octal | 312 | 231 | 236 | 0 | 30 | 26 | 25 | 542 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10011110 | 0 | 11000 | 10110 | 10101 | 101100010 | 100000 | 1000110 |
Color Harmonies of #CA999E
Complementary color
Monochromatic Colors of #CA999E
Black with #CA999E
Text Example
Text Example
White with #CA999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA999E; }
p { color: rgb(202,153,158); }
H1.HeaderClassName
{
color: #CA999E;
}
.AnyTagClassName
{
color: #CA999E;
}
</style>
background-color css
<style>
a { background-color: #CA999E; }
a { background-color: rgb(202,153,158); }
div.DivClassName
{
background-color: #CA999E;
}
.BgClassName
{
background-color: #CA999E;
}
</style>
border-color css
<style>
span { border-color: #CA999E; }
span { border-color: rgb(202,153,158); }
td.TdClassName
{
border-color: #CA999E;
}
.TagClassName
{
border-color: #CA999E;
}
</style>