Shades of Careys Pink #CE959B
Tints of Careys Pink #CE959B
RGB
CMYK
RGB Variations
Color information
#CE959B (or 0xCE959B) is known color: Careys Pink. HEX triplet: CE, 95 and 9B. RGB value is (206,149,155). Sum of RGB (Red+Green+Blue) = 206+149+155=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE959B is #316A64. Grayscale: #A6A6A6. Windows color (decimal): -3238501 or 10196430. OLE color: 10196430.
HSL color Cylindrical-coordinate representation of color #CE959B: hue angle of 353.68º 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 #CE959B is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 155 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.19 |
| HSL | 353.68º | 0.37% | 0.7% | - |
| HSV(B) | 353.68º | 0.28% | 0.81% | - |
| XYZ | 42.12 | 36.98 | 35.93 | - |
| YUV | 166.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 155 | 0 | 0.28 | 0.25 | 0.19 | 353.68 | 0.37 | 0.7 |
| Hex | CE | 95 | 9B | 0 | 1C | 19 | 13 | 162 | 25 | 46 |
| Octal | 316 | 225 | 233 | 0 | 34 | 31 | 23 | 542 | 45 | 106 |
| Binary | 11001110 | 10010101 | 10011011 | 0 | 11100 | 11001 | 10011 | 101100010 | 100101 | 1000110 |
Color Harmonies of #CE959B
Complementary color
Monochromatic Colors of #CE959B
Black with #CE959B
Text Example
Text Example
White with #CE959B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE959B; }
p { color: rgb(206,149,155); }
H1.HeaderClassName
{
color: #CE959B;
}
.AnyTagClassName
{
color: #CE959B;
}
</style>
background-color css
<style>
a { background-color: #CE959B; }
a { background-color: rgb(206,149,155); }
div.DivClassName
{
background-color: #CE959B;
}
.BgClassName
{
background-color: #CE959B;
}
</style>
border-color css
<style>
span { border-color: #CE959B; }
span { border-color: rgb(206,149,155); }
td.TdClassName
{
border-color: #CE959B;
}
.TagClassName
{
border-color: #CE959B;
}
</style>