Shades of Cameo #CCA68C
Tints of Cameo #CCA68C
RGB
CMYK
RGB Variations
Color information
#CCA68C (or 0xCCA68C) is known color: Cameo. HEX triplet: CC, A6 and 8C. RGB value is (204,166,140). Sum of RGB (Red+Green+Blue) = 204+166+140=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68C is #335973. Grayscale: #AEAEAE. Windows color (decimal): -3365236 or 9217740. OLE color: 9217740.
HSL color Cylindrical-coordinate representation of color #CCA68C: hue angle of 24.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA68C is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 140 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.2 |
| HSL | 24.38º | 0.39% | 0.67% | - |
| HSV(B) | 24.38º | 0.31% | 0.8% | - |
| XYZ | 43.27 | 42 | 30.64 | - |
| YUV | 174.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 140 | 0 | 0.19 | 0.31 | 0.2 | 24.38 | 0.39 | 0.67 |
| Hex | CC | A6 | 8C | 0 | 13 | 1F | 14 | 18 | 27 | 43 |
| Octal | 314 | 246 | 214 | 0 | 23 | 37 | 24 | 30 | 47 | 103 |
| Binary | 11001100 | 10100110 | 10001100 | 0 | 10011 | 11111 | 10100 | 11000 | 100111 | 1000011 |
Color Harmonies of #CCA68C
Complementary color
Monochromatic Colors of #CCA68C
Black with #CCA68C
Text Example
Text Example
White with #CCA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA68C; }
p { color: rgb(204,166,140); }
H1.HeaderClassName
{
color: #CCA68C;
}
.AnyTagClassName
{
color: #CCA68C;
}
</style>
background-color css
<style>
a { background-color: #CCA68C; }
a { background-color: rgb(204,166,140); }
div.DivClassName
{
background-color: #CCA68C;
}
.BgClassName
{
background-color: #CCA68C;
}
</style>
border-color css
<style>
span { border-color: #CCA68C; }
span { border-color: rgb(204,166,140); }
td.TdClassName
{
border-color: #CCA68C;
}
.TagClassName
{
border-color: #CCA68C;
}
</style>