Shades of Careys Pink #CA999C
Tints of Careys Pink #CA999C
RGB
CMYK
RGB Variations
Color information
#CA999C (or 0xCA999C) is known color: Careys Pink. HEX triplet: CA, 99 and 9C. RGB value is (202,153,156). Sum of RGB (Red+Green+Blue) = 202+153+156=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA999C is #356663. Grayscale: #A8A8A8. Windows color (decimal): -3499620 or 10262986. OLE color: 10262986.
HSL color Cylindrical-coordinate representation of color #CA999C: hue angle of 356.33º 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 #CA999C is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 156 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.21 |
| HSL | 356.33º | 0.32% | 0.7% | - |
| HSV(B) | 356.33º | 0.24% | 0.79% | - |
| XYZ | 41.75 | 37.74 | 36.54 | - |
| YUV | 167.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 156 | 0 | 0.24 | 0.23 | 0.21 | 356.33 | 0.32 | 0.7 |
| Hex | CA | 99 | 9C | 0 | 18 | 17 | 15 | 164 | 20 | 46 |
| Octal | 312 | 231 | 234 | 0 | 30 | 27 | 25 | 544 | 40 | 106 |
| Binary | 11001010 | 10011001 | 10011100 | 0 | 11000 | 10111 | 10101 | 101100100 | 100000 | 1000110 |
Color Harmonies of #CA999C
Complementary color
Monochromatic Colors of #CA999C
Black with #CA999C
Text Example
Text Example
White with #CA999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA999C; }
p { color: rgb(202,153,156); }
H1.HeaderClassName
{
color: #CA999C;
}
.AnyTagClassName
{
color: #CA999C;
}
</style>
background-color css
<style>
a { background-color: #CA999C; }
a { background-color: rgb(202,153,156); }
div.DivClassName
{
background-color: #CA999C;
}
.BgClassName
{
background-color: #CA999C;
}
</style>
border-color css
<style>
span { border-color: #CA999C; }
span { border-color: rgb(202,153,156); }
td.TdClassName
{
border-color: #CA999C;
}
.TagClassName
{
border-color: #CA999C;
}
</style>