Shades of Rose #CEA996
Tints of Rose #CEA996
RGB
CMYK
RGB Variations
Color information
#CEA996 (or 0xCEA996) is known color: Rose. HEX triplet: CE, A9 and 96. RGB value is (206,169,150). Sum of RGB (Red+Green+Blue) = 206+169+150=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA996 is #315669. Grayscale: #B2B2B2. Windows color (decimal): -3233386 or 9873870. OLE color: 9873870.
HSL color Cylindrical-coordinate representation of color #CEA996: hue angle of 20.36º 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 #CEA996 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 150 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.19 |
| HSL | 20.36º | 0.36% | 0.7% | - |
| HSV(B) | 20.36º | 0.27% | 0.81% | - |
| XYZ | 45.15 | 43.7 | 34.91 | - |
| YUV | 177.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 150 | 0 | 0.18 | 0.27 | 0.19 | 20.36 | 0.36 | 0.7 |
| Hex | CE | A9 | 96 | 0 | 12 | 1B | 13 | 14 | 24 | 46 |
| Octal | 316 | 251 | 226 | 0 | 22 | 33 | 23 | 24 | 44 | 106 |
| Binary | 11001110 | 10101001 | 10010110 | 0 | 10010 | 11011 | 10011 | 10100 | 100100 | 1000110 |
Color Harmonies of #CEA996
Complementary color
Monochromatic Colors of #CEA996
Black with #CEA996
Text Example
Text Example
White with #CEA996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA996; }
p { color: rgb(206,169,150); }
H1.HeaderClassName
{
color: #CEA996;
}
.AnyTagClassName
{
color: #CEA996;
}
</style>
background-color css
<style>
a { background-color: #CEA996; }
a { background-color: rgb(206,169,150); }
div.DivClassName
{
background-color: #CEA996;
}
.BgClassName
{
background-color: #CEA996;
}
</style>
border-color css
<style>
span { border-color: #CEA996; }
span { border-color: rgb(206,169,150); }
td.TdClassName
{
border-color: #CEA996;
}
.TagClassName
{
border-color: #CEA996;
}
</style>