Shades of Rose #CEA692
Tints of Rose #CEA692
RGB
CMYK
RGB Variations
Color information
#CEA692 (or 0xCEA692) is known color: Rose. HEX triplet: CE, A6 and 92. RGB value is (206,166,146). Sum of RGB (Red+Green+Blue) = 206+166+146=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA692 is #31596D. Grayscale: #AFAFAF. Windows color (decimal): -3234158 or 9610958. OLE color: 9610958.
HSL color Cylindrical-coordinate representation of color #CEA692: hue angle of 20º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEA692 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 146 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.19 |
| HSL | 20º | 0.38% | 0.69% | - |
| HSV(B) | 20º | 0.29% | 0.81% | - |
| XYZ | 44.28 | 42.47 | 33.06 | - |
| YUV | 175.68 | 111.25 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 146 | 0 | 0.19 | 0.29 | 0.19 | 20 | 0.38 | 0.69 |
| Hex | CE | A6 | 92 | 0 | 13 | 1D | 13 | 14 | 26 | 45 |
| Octal | 316 | 246 | 222 | 0 | 23 | 35 | 23 | 24 | 46 | 105 |
| Binary | 11001110 | 10100110 | 10010010 | 0 | 10011 | 11101 | 10011 | 10100 | 100110 | 1000101 |
Color Harmonies of #CEA692
Complementary color
Monochromatic Colors of #CEA692
Black with #CEA692
Text Example
Text Example
White with #CEA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA692; }
p { color: rgb(206,166,146); }
H1.HeaderClassName
{
color: #CEA692;
}
.AnyTagClassName
{
color: #CEA692;
}
</style>
background-color css
<style>
a { background-color: #CEA692; }
a { background-color: rgb(206,166,146); }
div.DivClassName
{
background-color: #CEA692;
}
.BgClassName
{
background-color: #CEA692;
}
</style>
border-color css
<style>
span { border-color: #CEA692; }
span { border-color: rgb(206,166,146); }
td.TdClassName
{
border-color: #CEA692;
}
.TagClassName
{
border-color: #CEA692;
}
</style>