Shades of Rose #CEA596
Tints of Rose #CEA596
RGB
CMYK
RGB Variations
Color information
#CEA596 (or 0xCEA596) is known color: Rose. HEX triplet: CE, A5 and 96. RGB value is (206,165,150). Sum of RGB (Red+Green+Blue) = 206+165+150=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA596 is #315A69. Grayscale: #AFAFAF. Windows color (decimal): -3234410 or 9872846. OLE color: 9872846.
HSL color Cylindrical-coordinate representation of color #CEA596: hue angle of 16.07º 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 #CEA596 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 150 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.19 |
| HSL | 16.07º | 0.36% | 0.7% | - |
| HSV(B) | 16.07º | 0.27% | 0.81% | - |
| XYZ | 44.41 | 42.23 | 34.67 | - |
| YUV | 175.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 150 | 0 | 0.20 | 0.27 | 0.19 | 16.07 | 0.36 | 0.7 |
| Hex | CE | A5 | 96 | 0 | 14 | 1B | 13 | 10 | 24 | 46 |
| Octal | 316 | 245 | 226 | 0 | 24 | 33 | 23 | 20 | 44 | 106 |
| Binary | 11001110 | 10100101 | 10010110 | 0 | 10100 | 11011 | 10011 | 10000 | 100100 | 1000110 |
Color Harmonies of #CEA596
Complementary color
Monochromatic Colors of #CEA596
Black with #CEA596
Text Example
Text Example
White with #CEA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA596; }
p { color: rgb(206,165,150); }
H1.HeaderClassName
{
color: #CEA596;
}
.AnyTagClassName
{
color: #CEA596;
}
</style>
background-color css
<style>
a { background-color: #CEA596; }
a { background-color: rgb(206,165,150); }
div.DivClassName
{
background-color: #CEA596;
}
.BgClassName
{
background-color: #CEA596;
}
</style>
border-color css
<style>
span { border-color: #CEA596; }
span { border-color: rgb(206,165,150); }
td.TdClassName
{
border-color: #CEA596;
}
.TagClassName
{
border-color: #CEA596;
}
</style>