Shades of Cameo #CCA68E
Tints of Cameo #CCA68E
RGB
CMYK
RGB Variations
Color information
#CCA68E (or 0xCCA68E) is known color: Cameo. HEX triplet: CC, A6 and 8E. RGB value is (204,166,142). Sum of RGB (Red+Green+Blue) = 204+166+142=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 166 (65.23% from 255 or 32.42% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68E is #335971. Grayscale: #AEAEAE. Windows color (decimal): -3365234 or 9348812. OLE color: 9348812.
HSL color Cylindrical-coordinate representation of color #CCA68E: hue angle of 23.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA68E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 142 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.2 |
| HSL | 23.23º | 0.38% | 0.68% | - |
| HSV(B) | 23.23º | 0.3% | 0.8% | - |
| XYZ | 43.42 | 42.06 | 31.42 | - |
| YUV | 174.63 | 109.59 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 142 | 0 | 0.19 | 0.30 | 0.2 | 23.23 | 0.38 | 0.68 |
| Hex | CC | A6 | 8E | 0 | 13 | 1E | 14 | 17 | 26 | 44 |
| Octal | 314 | 246 | 216 | 0 | 23 | 36 | 24 | 27 | 46 | 104 |
| Binary | 11001100 | 10100110 | 10001110 | 0 | 10011 | 11110 | 10100 | 10111 | 100110 | 1000100 |
Color Harmonies of #CCA68E
Complementary color
Monochromatic Colors of #CCA68E
Black with #CCA68E
Text Example
Text Example
White with #CCA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA68E; }
p { color: rgb(204,166,142); }
H1.HeaderClassName
{
color: #CCA68E;
}
.AnyTagClassName
{
color: #CCA68E;
}
</style>
background-color css
<style>
a { background-color: #CCA68E; }
a { background-color: rgb(204,166,142); }
div.DivClassName
{
background-color: #CCA68E;
}
.BgClassName
{
background-color: #CCA68E;
}
</style>
border-color css
<style>
span { border-color: #CCA68E; }
span { border-color: rgb(204,166,142); }
td.TdClassName
{
border-color: #CCA68E;
}
.TagClassName
{
border-color: #CCA68E;
}
</style>