Shades of Careys Pink #CA9A9D
Tints of Careys Pink #CA9A9D
RGB
CMYK
RGB Variations
Color information
#CA9A9D (or 0xCA9A9D) is known color: Careys Pink. HEX triplet: CA, 9A and 9D. RGB value is (202,154,157). Sum of RGB (Red+Green+Blue) = 202+154+157=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9A9D is #356562. Grayscale: #A8A8A8. Windows color (decimal): -3499363 or 10328778. OLE color: 10328778.
HSL color Cylindrical-coordinate representation of color #CA9A9D: hue angle of 356.25º 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 #CA9A9D is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 157 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.21 |
| HSL | 356.25º | 0.31% | 0.7% | - |
| HSV(B) | 356.25º | 0.24% | 0.79% | - |
| XYZ | 42 | 38.1 | 37.04 | - |
| YUV | 168.69 | 121.4 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 157 | 0 | 0.24 | 0.22 | 0.21 | 356.25 | 0.31 | 0.7 |
| Hex | CA | 9A | 9D | 0 | 18 | 16 | 15 | 164 | 1F | 46 |
| Octal | 312 | 232 | 235 | 0 | 30 | 26 | 25 | 544 | 37 | 106 |
| Binary | 11001010 | 10011010 | 10011101 | 0 | 11000 | 10110 | 10101 | 101100100 | 11111 | 1000110 |
Color Harmonies of #CA9A9D
Complementary color
Monochromatic Colors of #CA9A9D
Black with #CA9A9D
Text Example
Text Example
White with #CA9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A9D; }
p { color: rgb(202,154,157); }
H1.HeaderClassName
{
color: #CA9A9D;
}
.AnyTagClassName
{
color: #CA9A9D;
}
</style>
background-color css
<style>
a { background-color: #CA9A9D; }
a { background-color: rgb(202,154,157); }
div.DivClassName
{
background-color: #CA9A9D;
}
.BgClassName
{
background-color: #CA9A9D;
}
</style>
border-color css
<style>
span { border-color: #CA9A9D; }
span { border-color: rgb(202,154,157); }
td.TdClassName
{
border-color: #CA9A9D;
}
.TagClassName
{
border-color: #CA9A9D;
}
</style>