Shades of Cameo #CE9D82
Tints of Cameo #CE9D82
RGB
CMYK
RGB Variations
Color information
#CE9D82 (or 0xCE9D82) is known color: Cameo. HEX triplet: CE, 9D and 82. RGB value is (206,157,130). Sum of RGB (Red+Green+Blue) = 206+157+130=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D82 is #31627D. Grayscale: #A8A8A8. Windows color (decimal): -3236478 or 8560078. OLE color: 8560078.
HSL color Cylindrical-coordinate representation of color #CE9D82: hue angle of 21.32º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9D82 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 157 | 130 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.19 |
| HSL | 21.32º | 0.44% | 0.66% | - |
| HSV(B) | 21.32º | 0.37% | 0.81% | - |
| XYZ | 41.54 | 38.85 | 26.43 | - |
| YUV | 168.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 130 | 0 | 0.24 | 0.37 | 0.19 | 21.32 | 0.44 | 0.66 |
| Hex | CE | 9D | 82 | 0 | 18 | 25 | 13 | 15 | 2C | 42 |
| Octal | 316 | 235 | 202 | 0 | 30 | 45 | 23 | 25 | 54 | 102 |
| Binary | 11001110 | 10011101 | 10000010 | 0 | 11000 | 100101 | 10011 | 10101 | 101100 | 1000010 |
Color Harmonies of #CE9D82
Complementary color
Monochromatic Colors of #CE9D82
Black with #CE9D82
Text Example
Text Example
White with #CE9D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9D82; }
p { color: rgb(206,157,130); }
H1.HeaderClassName
{
color: #CE9D82;
}
.AnyTagClassName
{
color: #CE9D82;
}
</style>
background-color css
<style>
a { background-color: #CE9D82; }
a { background-color: rgb(206,157,130); }
div.DivClassName
{
background-color: #CE9D82;
}
.BgClassName
{
background-color: #CE9D82;
}
</style>
border-color css
<style>
span { border-color: #CE9D82; }
span { border-color: rgb(206,157,130); }
td.TdClassName
{
border-color: #CE9D82;
}
.TagClassName
{
border-color: #CE9D82;
}
</style>