Shades of Cameo #CE9C7E
Tints of Cameo #CE9C7E
RGB
CMYK
RGB Variations
Color information
#CE9C7E (or 0xCE9C7E) is known color: Cameo. HEX triplet: CE, 9C and 7E. RGB value is (206,156,126). Sum of RGB (Red+Green+Blue) = 206+156+126=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C7E is #316381. Grayscale: #A7A7A7. Windows color (decimal): -3236738 or 8297678. OLE color: 8297678.
HSL color Cylindrical-coordinate representation of color #CE9C7E: hue angle of 22.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE9C7E is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 126 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.19 |
| HSL | 22.5º | 0.45% | 0.65% | - |
| HSV(B) | 22.5º | 0.39% | 0.81% | - |
| XYZ | 41.11 | 38.41 | 24.98 | - |
| YUV | 167.53 | 104.57 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 126 | 0 | 0.24 | 0.39 | 0.19 | 22.5 | 0.45 | 0.65 |
| Hex | CE | 9C | 7E | 0 | 18 | 27 | 13 | 16 | 2D | 41 |
| Octal | 316 | 234 | 176 | 0 | 30 | 47 | 23 | 26 | 55 | 101 |
| Binary | 11001110 | 10011100 | 1111110 | 0 | 11000 | 100111 | 10011 | 10110 | 101101 | 1000001 |
Color Harmonies of #CE9C7E
Complementary color
Monochromatic Colors of #CE9C7E
Black with #CE9C7E
Text Example
Text Example
White with #CE9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C7E; }
p { color: rgb(206,156,126); }
H1.HeaderClassName
{
color: #CE9C7E;
}
.AnyTagClassName
{
color: #CE9C7E;
}
</style>
background-color css
<style>
a { background-color: #CE9C7E; }
a { background-color: rgb(206,156,126); }
div.DivClassName
{
background-color: #CE9C7E;
}
.BgClassName
{
background-color: #CE9C7E;
}
</style>
border-color css
<style>
span { border-color: #CE9C7E; }
span { border-color: rgb(206,156,126); }
td.TdClassName
{
border-color: #CE9C7E;
}
.TagClassName
{
border-color: #CE9C7E;
}
</style>