Shades of Careys Pink #CE959A
Tints of Careys Pink #CE959A
RGB
CMYK
RGB Variations
Color information
#CE959A (or 0xCE959A) is known color: Careys Pink. HEX triplet: CE, 95 and 9A. RGB value is (206,149,154). Sum of RGB (Red+Green+Blue) = 206+149+154=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE959A is #316A65. Grayscale: #A6A6A6. Windows color (decimal): -3238502 or 10130894. OLE color: 10130894.
HSL color Cylindrical-coordinate representation of color #CE959A: hue angle of 354.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE959A is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 154 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.19 |
| HSL | 354.74º | 0.37% | 0.7% | - |
| HSV(B) | 354.74º | 0.28% | 0.81% | - |
| XYZ | 42.03 | 36.95 | 35.49 | - |
| YUV | 166.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 154 | 0 | 0.28 | 0.25 | 0.19 | 354.74 | 0.37 | 0.7 |
| Hex | CE | 95 | 9A | 0 | 1C | 19 | 13 | 163 | 25 | 46 |
| Octal | 316 | 225 | 232 | 0 | 34 | 31 | 23 | 543 | 45 | 106 |
| Binary | 11001110 | 10010101 | 10011010 | 0 | 11100 | 11001 | 10011 | 101100011 | 100101 | 1000110 |
Color Harmonies of #CE959A
Complementary color
Monochromatic Colors of #CE959A
Black with #CE959A
Text Example
Text Example
White with #CE959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE959A; }
p { color: rgb(206,149,154); }
H1.HeaderClassName
{
color: #CE959A;
}
.AnyTagClassName
{
color: #CE959A;
}
</style>
background-color css
<style>
a { background-color: #CE959A; }
a { background-color: rgb(206,149,154); }
div.DivClassName
{
background-color: #CE959A;
}
.BgClassName
{
background-color: #CE959A;
}
</style>
border-color css
<style>
span { border-color: #CE959A; }
span { border-color: rgb(206,149,154); }
td.TdClassName
{
border-color: #CE959A;
}
.TagClassName
{
border-color: #CE959A;
}
</style>