Shades of Rose #CEA195
Tints of Rose #CEA195
RGB
CMYK
RGB Variations
Color information
#CEA195 (or 0xCEA195) is known color: Rose. HEX triplet: CE, A1 and 95. RGB value is (206,161,149). Sum of RGB (Red+Green+Blue) = 206+161+149=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA195 is #315E6A. Grayscale: #ADADAD. Windows color (decimal): -3235435 or 9806286. OLE color: 9806286.
HSL color Cylindrical-coordinate representation of color #CEA195: hue angle of 12.63º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEA195 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 149 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.19 |
| HSL | 12.63º | 0.37% | 0.7% | - |
| HSV(B) | 12.63º | 0.28% | 0.81% | - |
| XYZ | 43.62 | 40.78 | 34.01 | - |
| YUV | 173.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 149 | 0 | 0.22 | 0.28 | 0.19 | 12.63 | 0.37 | 0.7 |
| Hex | CE | A1 | 95 | 0 | 16 | 1C | 13 | D | 25 | 46 |
| Octal | 316 | 241 | 225 | 0 | 26 | 34 | 23 | 15 | 45 | 106 |
| Binary | 11001110 | 10100001 | 10010101 | 0 | 10110 | 11100 | 10011 | 1101 | 100101 | 1000110 |
Color Harmonies of #CEA195
Complementary color
Monochromatic Colors of #CEA195
Black with #CEA195
Text Example
Text Example
White with #CEA195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA195; }
p { color: rgb(206,161,149); }
H1.HeaderClassName
{
color: #CEA195;
}
.AnyTagClassName
{
color: #CEA195;
}
</style>
background-color css
<style>
a { background-color: #CEA195; }
a { background-color: rgb(206,161,149); }
div.DivClassName
{
background-color: #CEA195;
}
.BgClassName
{
background-color: #CEA195;
}
</style>
border-color css
<style>
span { border-color: #CEA195; }
span { border-color: rgb(206,161,149); }
td.TdClassName
{
border-color: #CEA195;
}
.TagClassName
{
border-color: #CEA195;
}
</style>