Shades of Cameo #CE9C7F
Tints of Cameo #CE9C7F
RGB
CMYK
RGB Variations
Color information
#CE9C7F (or 0xCE9C7F) is known color: Cameo. HEX triplet: CE, 9C and 7F. RGB value is (206,156,127). Sum of RGB (Red+Green+Blue) = 206+156+127=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C7F is #316380. Grayscale: #A7A7A7. Windows color (decimal): -3236737 or 8363214. OLE color: 8363214.
HSL color Cylindrical-coordinate representation of color #CE9C7F: hue angle of 22.03º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE9C7F is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 127 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.19 |
| HSL | 22.03º | 0.45% | 0.65% | - |
| HSV(B) | 22.03º | 0.38% | 0.81% | - |
| XYZ | 41.17 | 38.43 | 25.33 | - |
| YUV | 167.64 | 105.07 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 127 | 0 | 0.24 | 0.38 | 0.19 | 22.03 | 0.45 | 0.65 |
| Hex | CE | 9C | 7F | 0 | 18 | 26 | 13 | 16 | 2D | 41 |
| Octal | 316 | 234 | 177 | 0 | 30 | 46 | 23 | 26 | 55 | 101 |
| Binary | 11001110 | 10011100 | 1111111 | 0 | 11000 | 100110 | 10011 | 10110 | 101101 | 1000001 |
Color Harmonies of #CE9C7F
Complementary color
Monochromatic Colors of #CE9C7F
Black with #CE9C7F
Text Example
Text Example
White with #CE9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C7F; }
p { color: rgb(206,156,127); }
H1.HeaderClassName
{
color: #CE9C7F;
}
.AnyTagClassName
{
color: #CE9C7F;
}
</style>
background-color css
<style>
a { background-color: #CE9C7F; }
a { background-color: rgb(206,156,127); }
div.DivClassName
{
background-color: #CE9C7F;
}
.BgClassName
{
background-color: #CE9C7F;
}
</style>
border-color css
<style>
span { border-color: #CE9C7F; }
span { border-color: rgb(206,156,127); }
td.TdClassName
{
border-color: #CE9C7F;
}
.TagClassName
{
border-color: #CE9C7F;
}
</style>