Shades of Careys Pink #CA959F
Tints of Careys Pink #CA959F
RGB
CMYK
RGB Variations
Color information
#CA959F (or 0xCA959F) is known color: Careys Pink. HEX triplet: CA, 95 and 9F. RGB value is (202,149,159). Sum of RGB (Red+Green+Blue) = 202+149+159=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA959F is #356A60. Grayscale: #A6A6A6. Windows color (decimal): -3500641 or 10458570. OLE color: 10458570.
HSL color Cylindrical-coordinate representation of color #CA959F: hue angle of 348.68º 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 #CA959F is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 159 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.21 |
| HSL | 348.68º | 0.33% | 0.69% | - |
| HSV(B) | 348.68º | 0.26% | 0.79% | - |
| XYZ | 41.36 | 36.55 | 37.68 | - |
| YUV | 165.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 159 | 0 | 0.26 | 0.21 | 0.21 | 348.68 | 0.33 | 0.69 |
| Hex | CA | 95 | 9F | 0 | 1A | 15 | 15 | 15D | 21 | 45 |
| Octal | 312 | 225 | 237 | 0 | 32 | 25 | 25 | 535 | 41 | 105 |
| Binary | 11001010 | 10010101 | 10011111 | 0 | 11010 | 10101 | 10101 | 101011101 | 100001 | 1000101 |
Color Harmonies of #CA959F
Complementary color
Monochromatic Colors of #CA959F
Black with #CA959F
Text Example
Text Example
White with #CA959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA959F; }
p { color: rgb(202,149,159); }
H1.HeaderClassName
{
color: #CA959F;
}
.AnyTagClassName
{
color: #CA959F;
}
</style>
background-color css
<style>
a { background-color: #CA959F; }
a { background-color: rgb(202,149,159); }
div.DivClassName
{
background-color: #CA959F;
}
.BgClassName
{
background-color: #CA959F;
}
</style>
border-color css
<style>
span { border-color: #CA959F; }
span { border-color: rgb(202,149,159); }
td.TdClassName
{
border-color: #CA959F;
}
.TagClassName
{
border-color: #CA959F;
}
</style>