Shades of Rose #CEA08C
Tints of Rose #CEA08C
RGB
CMYK
RGB Variations
Color information
#CEA08C (or 0xCEA08C) is known color: Rose. HEX triplet: CE, A0 and 8C. RGB value is (206,160,140). Sum of RGB (Red+Green+Blue) = 206+160+140=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA08C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA08C is #315F73. Grayscale: #ABABAB. Windows color (decimal): -3235700 or 9216206. OLE color: 9216206.
HSL color Cylindrical-coordinate representation of color #CEA08C: hue angle of 18.18º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEA08C is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 140 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.19 |
| HSL | 18.18º | 0.4% | 0.68% | - |
| HSV(B) | 18.18º | 0.32% | 0.81% | - |
| XYZ | 42.76 | 40.16 | 30.31 | - |
| YUV | 171.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 140 | 0 | 0.22 | 0.32 | 0.19 | 18.18 | 0.4 | 0.68 |
| Hex | CE | A0 | 8C | 0 | 16 | 20 | 13 | 12 | 28 | 44 |
| Octal | 316 | 240 | 214 | 0 | 26 | 40 | 23 | 22 | 50 | 104 |
| Binary | 11001110 | 10100000 | 10001100 | 0 | 10110 | 100000 | 10011 | 10010 | 101000 | 1000100 |
Color Harmonies of #CEA08C
Complementary color
Monochromatic Colors of #CEA08C
Black with #CEA08C
Text Example
Text Example
White with #CEA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA08C; }
p { color: rgb(206,160,140); }
H1.HeaderClassName
{
color: #CEA08C;
}
.AnyTagClassName
{
color: #CEA08C;
}
</style>
background-color css
<style>
a { background-color: #CEA08C; }
a { background-color: rgb(206,160,140); }
div.DivClassName
{
background-color: #CEA08C;
}
.BgClassName
{
background-color: #CEA08C;
}
</style>
border-color css
<style>
span { border-color: #CEA08C; }
span { border-color: rgb(206,160,140); }
td.TdClassName
{
border-color: #CEA08C;
}
.TagClassName
{
border-color: #CEA08C;
}
</style>