Shades of Careys Pink #CA959A
Tints of Careys Pink #CA959A
RGB
CMYK
RGB Variations
Color information
#CA959A (or 0xCA959A) is known color: Careys Pink. HEX triplet: CA, 95 and 9A. RGB value is (202,149,154). Sum of RGB (Red+Green+Blue) = 202+149+154=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA959A is #356A65. Grayscale: #A5A5A5. Windows color (decimal): -3500646 or 10130890. OLE color: 10130890.
HSL color Cylindrical-coordinate representation of color #CA959A: hue angle of 354.34º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA959A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 154 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.21 |
| HSL | 354.34º | 0.33% | 0.69% | - |
| HSV(B) | 354.34º | 0.26% | 0.79% | - |
| XYZ | 40.94 | 36.38 | 35.44 | - |
| YUV | 165.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 154 | 0 | 0.26 | 0.24 | 0.21 | 354.34 | 0.33 | 0.69 |
| Hex | CA | 95 | 9A | 0 | 1A | 18 | 15 | 162 | 21 | 45 |
| Octal | 312 | 225 | 232 | 0 | 32 | 30 | 25 | 542 | 41 | 105 |
| Binary | 11001010 | 10010101 | 10011010 | 0 | 11010 | 11000 | 10101 | 101100010 | 100001 | 1000101 |
Color Harmonies of #CA959A
Complementary color
Monochromatic Colors of #CA959A
Black with #CA959A
Text Example
Text Example
White with #CA959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA959A; }
p { color: rgb(202,149,154); }
H1.HeaderClassName
{
color: #CA959A;
}
.AnyTagClassName
{
color: #CA959A;
}
</style>
background-color css
<style>
a { background-color: #CA959A; }
a { background-color: rgb(202,149,154); }
div.DivClassName
{
background-color: #CA959A;
}
.BgClassName
{
background-color: #CA959A;
}
</style>
border-color css
<style>
span { border-color: #CA959A; }
span { border-color: rgb(202,149,154); }
td.TdClassName
{
border-color: #CA959A;
}
.TagClassName
{
border-color: #CA959A;
}
</style>