Shades of Rose #CE9D90
Tints of Rose #CE9D90
RGB
CMYK
RGB Variations
Color information
#CE9D90 (or 0xCE9D90) is known color: Rose. HEX triplet: CE, 9D and 90. RGB value is (206,157,144). Sum of RGB (Red+Green+Blue) = 206+157+144=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D90 is #31626F. Grayscale: #AAAAAA. Windows color (decimal): -3236464 or 9477582. OLE color: 9477582.
HSL color Cylindrical-coordinate representation of color #CE9D90: hue angle of 12.58º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9D90 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 144 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.19 |
| HSL | 12.58º | 0.39% | 0.69% | - |
| HSV(B) | 12.58º | 0.3% | 0.81% | - |
| XYZ | 42.54 | 39.25 | 31.72 | - |
| YUV | 170.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 144 | 0 | 0.24 | 0.30 | 0.19 | 12.58 | 0.39 | 0.69 |
| Hex | CE | 9D | 90 | 0 | 18 | 1E | 13 | D | 27 | 45 |
| Octal | 316 | 235 | 220 | 0 | 30 | 36 | 23 | 15 | 47 | 105 |
| Binary | 11001110 | 10011101 | 10010000 | 0 | 11000 | 11110 | 10011 | 1101 | 100111 | 1000101 |
Color Harmonies of #CE9D90
Complementary color
Monochromatic Colors of #CE9D90
Black with #CE9D90
Text Example
Text Example
White with #CE9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D90; }
p { color: rgb(206,157,144); }
H1.HeaderClassName
{
color: #CE9D90;
}
.AnyTagClassName
{
color: #CE9D90;
}
</style>
background-color css
<style>
a { background-color: #CE9D90; }
a { background-color: rgb(206,157,144); }
div.DivClassName
{
background-color: #CE9D90;
}
.BgClassName
{
background-color: #CE9D90;
}
</style>
border-color css
<style>
span { border-color: #CE9D90; }
span { border-color: rgb(206,157,144); }
td.TdClassName
{
border-color: #CE9D90;
}
.TagClassName
{
border-color: #CE9D90;
}
</style>