Shades of Careys Pink #CA959E
Tints of Careys Pink #CA959E
RGB
CMYK
RGB Variations
Color information
#CA959E (or 0xCA959E) is known color: Careys Pink. HEX triplet: CA, 95 and 9E. RGB value is (202,149,158). Sum of RGB (Red+Green+Blue) = 202+149+158=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA959E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA959E is #356A61. Grayscale: #A5A5A5. Windows color (decimal): -3500642 or 10393034. OLE color: 10393034.
HSL color Cylindrical-coordinate representation of color #CA959E: hue angle of 349.81º 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 #CA959E is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 158 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.21 |
| HSL | 349.81º | 0.33% | 0.69% | - |
| HSV(B) | 349.81º | 0.26% | 0.79% | - |
| XYZ | 41.28 | 36.52 | 37.22 | - |
| YUV | 165.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 158 | 0 | 0.26 | 0.22 | 0.21 | 349.81 | 0.33 | 0.69 |
| Hex | CA | 95 | 9E | 0 | 1A | 16 | 15 | 15E | 21 | 45 |
| Octal | 312 | 225 | 236 | 0 | 32 | 26 | 25 | 536 | 41 | 105 |
| Binary | 11001010 | 10010101 | 10011110 | 0 | 11010 | 10110 | 10101 | 101011110 | 100001 | 1000101 |
Color Harmonies of #CA959E
Complementary color
Monochromatic Colors of #CA959E
Black with #CA959E
Text Example
Text Example
White with #CA959E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA959E; }
p { color: rgb(202,149,158); }
H1.HeaderClassName
{
color: #CA959E;
}
.AnyTagClassName
{
color: #CA959E;
}
</style>
background-color css
<style>
a { background-color: #CA959E; }
a { background-color: rgb(202,149,158); }
div.DivClassName
{
background-color: #CA959E;
}
.BgClassName
{
background-color: #CA959E;
}
</style>
border-color css
<style>
span { border-color: #CA959E; }
span { border-color: rgb(202,149,158); }
td.TdClassName
{
border-color: #CA959E;
}
.TagClassName
{
border-color: #CA959E;
}
</style>