Shades of Cameo #CEA075
Tints of Cameo #CEA075
RGB
CMYK
RGB Variations
Color information
#CEA075 (or 0xCEA075) is known color: Cameo. HEX triplet: CE, A0 and 75. RGB value is (206,160,117). Sum of RGB (Red+Green+Blue) = 206+160+117=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA075 is #315F8A. Grayscale: #A9A9A9. Windows color (decimal): -3235723 or 7708878. OLE color: 7708878.
HSL color Cylindrical-coordinate representation of color #CEA075: hue angle of 28.99º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEA075 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 117 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.19 |
| HSL | 28.99º | 0.48% | 0.63% | - |
| HSV(B) | 28.99º | 0.43% | 0.81% | - |
| XYZ | 41.24 | 39.55 | 22.29 | - |
| YUV | 168.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 117 | 0 | 0.22 | 0.43 | 0.19 | 28.99 | 0.48 | 0.63 |
| Hex | CE | A0 | 75 | 0 | 16 | 2B | 13 | 1D | 30 | 3F |
| Octal | 316 | 240 | 165 | 0 | 26 | 53 | 23 | 35 | 60 | 77 |
| Binary | 11001110 | 10100000 | 1110101 | 0 | 10110 | 101011 | 10011 | 11101 | 110000 | 111111 |
Color Harmonies of #CEA075
Complementary color
Monochromatic Colors of #CEA075
Black with #CEA075
Text Example
Text Example
White with #CEA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA075; }
p { color: rgb(206,160,117); }
H1.HeaderClassName
{
color: #CEA075;
}
.AnyTagClassName
{
color: #CEA075;
}
</style>
background-color css
<style>
a { background-color: #CEA075; }
a { background-color: rgb(206,160,117); }
div.DivClassName
{
background-color: #CEA075;
}
.BgClassName
{
background-color: #CEA075;
}
</style>
border-color css
<style>
span { border-color: #CEA075; }
span { border-color: rgb(206,160,117); }
td.TdClassName
{
border-color: #CEA075;
}
.TagClassName
{
border-color: #CEA075;
}
</style>