Shades of Rose #CE9D92
Tints of Rose #CE9D92
RGB
CMYK
RGB Variations
Color information
#CE9D92 (or 0xCE9D92) is known color: Rose. HEX triplet: CE, 9D and 92. RGB value is (206,157,146). Sum of RGB (Red+Green+Blue) = 206+157+146=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D92 is #31626D. Grayscale: #AAAAAA. Windows color (decimal): -3236462 or 9608654. OLE color: 9608654.
HSL color Cylindrical-coordinate representation of color #CE9D92: hue angle of 11º 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 #CE9D92 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 146 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.19 |
| HSL | 11º | 0.38% | 0.69% | - |
| HSV(B) | 11º | 0.29% | 0.81% | - |
| XYZ | 42.7 | 39.31 | 32.53 | - |
| YUV | 170.4 | 114.23 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 146 | 0 | 0.24 | 0.29 | 0.19 | 11 | 0.38 | 0.69 |
| Hex | CE | 9D | 92 | 0 | 18 | 1D | 13 | B | 26 | 45 |
| Octal | 316 | 235 | 222 | 0 | 30 | 35 | 23 | 13 | 46 | 105 |
| Binary | 11001110 | 10011101 | 10010010 | 0 | 11000 | 11101 | 10011 | 1011 | 100110 | 1000101 |
Color Harmonies of #CE9D92
Complementary color
Monochromatic Colors of #CE9D92
Black with #CE9D92
Text Example
Text Example
White with #CE9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D92; }
p { color: rgb(206,157,146); }
H1.HeaderClassName
{
color: #CE9D92;
}
.AnyTagClassName
{
color: #CE9D92;
}
</style>
background-color css
<style>
a { background-color: #CE9D92; }
a { background-color: rgb(206,157,146); }
div.DivClassName
{
background-color: #CE9D92;
}
.BgClassName
{
background-color: #CE9D92;
}
</style>
border-color css
<style>
span { border-color: #CE9D92; }
span { border-color: rgb(206,157,146); }
td.TdClassName
{
border-color: #CE9D92;
}
.TagClassName
{
border-color: #CE9D92;
}
</style>