Shades of Rose #CEA592
Tints of Rose #CEA592
RGB
CMYK
RGB Variations
Color information
#CEA592 (or 0xCEA592) is known color: Rose. HEX triplet: CE, A5 and 92. RGB value is (206,165,146). Sum of RGB (Red+Green+Blue) = 206+165+146=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA592 is #315A6D. Grayscale: #AFAFAF. Windows color (decimal): -3234414 or 9610702. OLE color: 9610702.
HSL color Cylindrical-coordinate representation of color #CEA592: hue angle of 19º 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 #CEA592 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 146 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.19 |
| HSL | 19º | 0.38% | 0.69% | - |
| HSV(B) | 19º | 0.29% | 0.81% | - |
| XYZ | 44.1 | 42.11 | 33 | - |
| YUV | 175.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 146 | 0 | 0.20 | 0.29 | 0.19 | 19 | 0.38 | 0.69 |
| Hex | CE | A5 | 92 | 0 | 14 | 1D | 13 | 13 | 26 | 45 |
| Octal | 316 | 245 | 222 | 0 | 24 | 35 | 23 | 23 | 46 | 105 |
| Binary | 11001110 | 10100101 | 10010010 | 0 | 10100 | 11101 | 10011 | 10011 | 100110 | 1000101 |
Color Harmonies of #CEA592
Complementary color
Monochromatic Colors of #CEA592
Black with #CEA592
Text Example
Text Example
White with #CEA592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA592; }
p { color: rgb(206,165,146); }
H1.HeaderClassName
{
color: #CEA592;
}
.AnyTagClassName
{
color: #CEA592;
}
</style>
background-color css
<style>
a { background-color: #CEA592; }
a { background-color: rgb(206,165,146); }
div.DivClassName
{
background-color: #CEA592;
}
.BgClassName
{
background-color: #CEA592;
}
</style>
border-color css
<style>
span { border-color: #CEA592; }
span { border-color: rgb(206,165,146); }
td.TdClassName
{
border-color: #CEA592;
}
.TagClassName
{
border-color: #CEA592;
}
</style>