Shades of Careys Pink #CA98A0
Tints of Careys Pink #CA98A0
RGB
CMYK
RGB Variations
Color information
#CA98A0 (or 0xCA98A0) is known color: Careys Pink. HEX triplet: CA, 98 and A0. RGB value is (202,152,160). Sum of RGB (Red+Green+Blue) = 202+152+160=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA98A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA98A0 is #35675F. Grayscale: #A7A7A7. Windows color (decimal): -3499872 or 10524874. OLE color: 10524874.
HSL color Cylindrical-coordinate representation of color #CA98A0: hue angle of 350.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA98A0 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 160 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.21 |
| HSL | 350.4º | 0.32% | 0.69% | - |
| HSV(B) | 350.4º | 0.25% | 0.79% | - |
| XYZ | 41.93 | 37.55 | 38.3 | - |
| YUV | 167.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 160 | 0 | 0.25 | 0.21 | 0.21 | 350.4 | 0.32 | 0.69 |
| Hex | CA | 98 | A0 | 0 | 19 | 15 | 15 | 15E | 20 | 45 |
| Octal | 312 | 230 | 240 | 0 | 31 | 25 | 25 | 536 | 40 | 105 |
| Binary | 11001010 | 10011000 | 10100000 | 0 | 11001 | 10101 | 10101 | 101011110 | 100000 | 1000101 |
Color Harmonies of #CA98A0
Complementary color
Monochromatic Colors of #CA98A0
Black with #CA98A0
Text Example
Text Example
White with #CA98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA98A0; }
p { color: rgb(202,152,160); }
H1.HeaderClassName
{
color: #CA98A0;
}
.AnyTagClassName
{
color: #CA98A0;
}
</style>
background-color css
<style>
a { background-color: #CA98A0; }
a { background-color: rgb(202,152,160); }
div.DivClassName
{
background-color: #CA98A0;
}
.BgClassName
{
background-color: #CA98A0;
}
</style>
border-color css
<style>
span { border-color: #CA98A0; }
span { border-color: rgb(202,152,160); }
td.TdClassName
{
border-color: #CA98A0;
}
.TagClassName
{
border-color: #CA98A0;
}
</style>