Shades of Cameo #CE9C7D
Tints of Cameo #CE9C7D
RGB
CMYK
RGB Variations
Color information
#CE9C7D (or 0xCE9C7D) is known color: Cameo. HEX triplet: CE, 9C and 7D. RGB value is (206,156,125). Sum of RGB (Red+Green+Blue) = 206+156+125=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE9C7D is #316382. Grayscale: #A7A7A7. Windows color (decimal): -3236739 or 8232142. OLE color: 8232142.
HSL color Cylindrical-coordinate representation of color #CE9C7D: hue angle of 22.96º 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 #CE9C7D is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 125 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.19 |
| HSL | 22.96º | 0.45% | 0.65% | - |
| HSV(B) | 22.96º | 0.39% | 0.81% | - |
| XYZ | 41.04 | 38.38 | 24.65 | - |
| YUV | 167.42 | 104.07 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 125 | 0 | 0.24 | 0.39 | 0.19 | 22.96 | 0.45 | 0.65 |
| Hex | CE | 9C | 7D | 0 | 18 | 27 | 13 | 17 | 2D | 41 |
| Octal | 316 | 234 | 175 | 0 | 30 | 47 | 23 | 27 | 55 | 101 |
| Binary | 11001110 | 10011100 | 1111101 | 0 | 11000 | 100111 | 10011 | 10111 | 101101 | 1000001 |
Color Harmonies of #CE9C7D
Complementary color
Monochromatic Colors of #CE9C7D
Black with #CE9C7D
Text Example
Text Example
White with #CE9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C7D; }
p { color: rgb(206,156,125); }
H1.HeaderClassName
{
color: #CE9C7D;
}
.AnyTagClassName
{
color: #CE9C7D;
}
</style>
background-color css
<style>
a { background-color: #CE9C7D; }
a { background-color: rgb(206,156,125); }
div.DivClassName
{
background-color: #CE9C7D;
}
.BgClassName
{
background-color: #CE9C7D;
}
</style>
border-color css
<style>
span { border-color: #CE9C7D; }
span { border-color: rgb(206,156,125); }
td.TdClassName
{
border-color: #CE9C7D;
}
.TagClassName
{
border-color: #CE9C7D;
}
</style>