Shades of Rose #CEA593
Tints of Rose #CEA593
RGB
CMYK
RGB Variations
Color information
#CEA593 (or 0xCEA593) is known color: Rose. HEX triplet: CE, A5 and 93. RGB value is (206,165,147). Sum of RGB (Red+Green+Blue) = 206+165+147=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA593 is #315A6C. Grayscale: #AFAFAF. Windows color (decimal): -3234413 or 9676238. OLE color: 9676238.
HSL color Cylindrical-coordinate representation of color #CEA593: hue angle of 18.31º 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 #CEA593 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 147 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.19 |
| HSL | 18.31º | 0.38% | 0.69% | - |
| HSV(B) | 18.31º | 0.29% | 0.81% | - |
| XYZ | 44.18 | 42.14 | 33.41 | - |
| YUV | 175.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 147 | 0 | 0.20 | 0.29 | 0.19 | 18.31 | 0.38 | 0.69 |
| Hex | CE | A5 | 93 | 0 | 14 | 1D | 13 | 12 | 26 | 45 |
| Octal | 316 | 245 | 223 | 0 | 24 | 35 | 23 | 22 | 46 | 105 |
| Binary | 11001110 | 10100101 | 10010011 | 0 | 10100 | 11101 | 10011 | 10010 | 100110 | 1000101 |
Color Harmonies of #CEA593
Complementary color
Monochromatic Colors of #CEA593
Black with #CEA593
Text Example
Text Example
White with #CEA593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA593; }
p { color: rgb(206,165,147); }
H1.HeaderClassName
{
color: #CEA593;
}
.AnyTagClassName
{
color: #CEA593;
}
</style>
background-color css
<style>
a { background-color: #CEA593; }
a { background-color: rgb(206,165,147); }
div.DivClassName
{
background-color: #CEA593;
}
.BgClassName
{
background-color: #CEA593;
}
</style>
border-color css
<style>
span { border-color: #CEA593; }
span { border-color: rgb(206,165,147); }
td.TdClassName
{
border-color: #CEA593;
}
.TagClassName
{
border-color: #CEA593;
}
</style>