Shades of Careys Pink #CE9698
Tints of Careys Pink #CE9698
RGB
CMYK
RGB Variations
Color information
#CE9698 (or 0xCE9698) is known color: Careys Pink. HEX triplet: CE, 96 and 98. RGB value is (206,150,152). Sum of RGB (Red+Green+Blue) = 206+150+152=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9698 is #316967. Grayscale: #A7A7A7. Windows color (decimal): -3238248 or 10000078. OLE color: 10000078.
HSL color Cylindrical-coordinate representation of color #CE9698: hue angle of 357.86º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CE9698 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 150 | 152 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.19 |
| HSL | 357.86º | 0.36% | 0.7% | - |
| HSV(B) | 357.86º | 0.27% | 0.81% | - |
| XYZ | 42.03 | 37.2 | 34.67 | - |
| YUV | 166.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 150 | 152 | 0 | 0.27 | 0.26 | 0.19 | 357.86 | 0.36 | 0.7 |
| Hex | CE | 96 | 98 | 0 | 1B | 1A | 13 | 166 | 24 | 46 |
| Octal | 316 | 226 | 230 | 0 | 33 | 32 | 23 | 546 | 44 | 106 |
| Binary | 11001110 | 10010110 | 10011000 | 0 | 11011 | 11010 | 10011 | 101100110 | 100100 | 1000110 |
Color Harmonies of #CE9698
Complementary color
Monochromatic Colors of #CE9698
Black with #CE9698
Text Example
Text Example
White with #CE9698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9698; }
p { color: rgb(206,150,152); }
H1.HeaderClassName
{
color: #CE9698;
}
.AnyTagClassName
{
color: #CE9698;
}
</style>
background-color css
<style>
a { background-color: #CE9698; }
a { background-color: rgb(206,150,152); }
div.DivClassName
{
background-color: #CE9698;
}
.BgClassName
{
background-color: #CE9698;
}
</style>
border-color css
<style>
span { border-color: #CE9698; }
span { border-color: rgb(206,150,152); }
td.TdClassName
{
border-color: #CE9698;
}
.TagClassName
{
border-color: #CE9698;
}
</style>