Shades of Careys Pink #CA9DAC
Tints of Careys Pink #CA9DAC
RGB
CMYK
RGB Variations
Color information
#CA9DAC (or 0xCA9DAC) is known color: Careys Pink. HEX triplet: CA, 9D and AC. RGB value is (202,157,172). Sum of RGB (Red+Green+Blue) = 202+157+172=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9DAC is #356253. Grayscale: #ACACAC. Windows color (decimal): -3498580 or 11312586. OLE color: 11312586.
HSL color Cylindrical-coordinate representation of color #CA9DAC: hue angle of 340º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9DAC is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 172 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.21 |
| HSL | 340º | 0.3% | 0.7% | - |
| HSV(B) | 340º | 0.22% | 0.79% | - |
| XYZ | 43.86 | 39.65 | 44.37 | - |
| YUV | 172.17 | 127.91 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 172 | 0 | 0.22 | 0.15 | 0.21 | 340 | 0.3 | 0.7 |
| Hex | CA | 9D | AC | 0 | 16 | F | 15 | 154 | 1E | 46 |
| Octal | 312 | 235 | 254 | 0 | 26 | 17 | 25 | 524 | 36 | 106 |
| Binary | 11001010 | 10011101 | 10101100 | 0 | 10110 | 1111 | 10101 | 101010100 | 11110 | 1000110 |
Color Harmonies of #CA9DAC
Complementary color
Monochromatic Colors of #CA9DAC
Black with #CA9DAC
Text Example
Text Example
White with #CA9DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DAC; }
p { color: rgb(202,157,172); }
H1.HeaderClassName
{
color: #CA9DAC;
}
.AnyTagClassName
{
color: #CA9DAC;
}
</style>
background-color css
<style>
a { background-color: #CA9DAC; }
a { background-color: rgb(202,157,172); }
div.DivClassName
{
background-color: #CA9DAC;
}
.BgClassName
{
background-color: #CA9DAC;
}
</style>
border-color css
<style>
span { border-color: #CA9DAC; }
span { border-color: rgb(202,157,172); }
td.TdClassName
{
border-color: #CA9DAC;
}
.TagClassName
{
border-color: #CA9DAC;
}
</style>