Shades of Rose #CE9B94
Tints of Rose #CE9B94
RGB
CMYK
RGB Variations
Color information
#CE9B94 (or 0xCE9B94) is known color: Rose. HEX triplet: CE, 9B and 94. RGB value is (206,155,148). Sum of RGB (Red+Green+Blue) = 206+155+148=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9B94 is #31646B. Grayscale: #A9A9A9. Windows color (decimal): -3236972 or 9739214. OLE color: 9739214.
HSL color Cylindrical-coordinate representation of color #CE9B94: hue angle of 7.24º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE9B94 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 155 | 148 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.19 |
| HSL | 7.24º | 0.37% | 0.69% | - |
| HSV(B) | 7.24º | 0.28% | 0.81% | - |
| XYZ | 42.52 | 38.7 | 33.25 | - |
| YUV | 169.45 | 115.9 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 148 | 0 | 0.25 | 0.28 | 0.19 | 7.24 | 0.37 | 0.69 |
| Hex | CE | 9B | 94 | 0 | 19 | 1C | 13 | 7 | 25 | 45 |
| Octal | 316 | 233 | 224 | 0 | 31 | 34 | 23 | 7 | 45 | 105 |
| Binary | 11001110 | 10011011 | 10010100 | 0 | 11001 | 11100 | 10011 | 111 | 100101 | 1000101 |
Color Harmonies of #CE9B94
Complementary color
Monochromatic Colors of #CE9B94
Black with #CE9B94
Text Example
Text Example
White with #CE9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9B94; }
p { color: rgb(206,155,148); }
H1.HeaderClassName
{
color: #CE9B94;
}
.AnyTagClassName
{
color: #CE9B94;
}
</style>
background-color css
<style>
a { background-color: #CE9B94; }
a { background-color: rgb(206,155,148); }
div.DivClassName
{
background-color: #CE9B94;
}
.BgClassName
{
background-color: #CE9B94;
}
</style>
border-color css
<style>
span { border-color: #CE9B94; }
span { border-color: rgb(206,155,148); }
td.TdClassName
{
border-color: #CE9B94;
}
.TagClassName
{
border-color: #CE9B94;
}
</style>