Shades of Cameo #CE9C7C
Tints of Cameo #CE9C7C
RGB
CMYK
RGB Variations
Color information
#CE9C7C (or 0xCE9C7C) is known color: Cameo. HEX triplet: CE, 9C and 7C. RGB value is (206,156,124). Sum of RGB (Red+Green+Blue) = 206+156+124=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C7C is #316383. Grayscale: #A7A7A7. Windows color (decimal): -3236740 or 8166606. OLE color: 8166606.
HSL color Cylindrical-coordinate representation of color #CE9C7C: hue angle of 23.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE9C7C is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 124 | - |
| CMYK | 0 | 0.24 | 0.40 | 0.19 |
| HSL | 23.41º | 0.46% | 0.65% | - |
| HSV(B) | 23.41º | 0.4% | 0.81% | - |
| XYZ | 40.98 | 38.35 | 24.31 | - |
| YUV | 167.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 124 | 0 | 0.24 | 0.40 | 0.19 | 23.41 | 0.46 | 0.65 |
| Hex | CE | 9C | 7C | 0 | 18 | 28 | 13 | 17 | 2E | 41 |
| Octal | 316 | 234 | 174 | 0 | 30 | 50 | 23 | 27 | 56 | 101 |
| Binary | 11001110 | 10011100 | 1111100 | 0 | 11000 | 101000 | 10011 | 10111 | 101110 | 1000001 |
Color Harmonies of #CE9C7C
Complementary color
Monochromatic Colors of #CE9C7C
Black with #CE9C7C
Text Example
Text Example
White with #CE9C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C7C; }
p { color: rgb(206,156,124); }
H1.HeaderClassName
{
color: #CE9C7C;
}
.AnyTagClassName
{
color: #CE9C7C;
}
</style>
background-color css
<style>
a { background-color: #CE9C7C; }
a { background-color: rgb(206,156,124); }
div.DivClassName
{
background-color: #CE9C7C;
}
.BgClassName
{
background-color: #CE9C7C;
}
</style>
border-color css
<style>
span { border-color: #CE9C7C; }
span { border-color: rgb(206,156,124); }
td.TdClassName
{
border-color: #CE9C7C;
}
.TagClassName
{
border-color: #CE9C7C;
}
</style>