Shades of Cameo #CCA68F
Tints of Cameo #CCA68F
RGB
CMYK
RGB Variations
Color information
#CCA68F (or 0xCCA68F) is known color: Cameo. HEX triplet: CC, A6 and 8F. RGB value is (204,166,143). Sum of RGB (Red+Green+Blue) = 204+166+143=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA68F is #335970. Grayscale: #AEAEAE. Windows color (decimal): -3365233 or 9414348. OLE color: 9414348.
HSL color Cylindrical-coordinate representation of color #CCA68F: hue angle of 22.62º degrees, saturation: 0.37, 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 #CCA68F is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 166 | 143 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.2 |
| HSL | 22.62º | 0.37% | 0.68% | - |
| HSV(B) | 22.62º | 0.3% | 0.8% | - |
| XYZ | 43.5 | 42.09 | 31.82 | - |
| YUV | 174.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 166 | 143 | 0 | 0.19 | 0.30 | 0.2 | 22.62 | 0.37 | 0.68 |
| Hex | CC | A6 | 8F | 0 | 13 | 1E | 14 | 17 | 25 | 44 |
| Octal | 314 | 246 | 217 | 0 | 23 | 36 | 24 | 27 | 45 | 104 |
| Binary | 11001100 | 10100110 | 10001111 | 0 | 10011 | 11110 | 10100 | 10111 | 100101 | 1000100 |
Color Harmonies of #CCA68F
Complementary color
Monochromatic Colors of #CCA68F
Black with #CCA68F
Text Example
Text Example
White with #CCA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA68F; }
p { color: rgb(204,166,143); }
H1.HeaderClassName
{
color: #CCA68F;
}
.AnyTagClassName
{
color: #CCA68F;
}
</style>
background-color css
<style>
a { background-color: #CCA68F; }
a { background-color: rgb(204,166,143); }
div.DivClassName
{
background-color: #CCA68F;
}
.BgClassName
{
background-color: #CCA68F;
}
</style>
border-color css
<style>
span { border-color: #CCA68F; }
span { border-color: rgb(204,166,143); }
td.TdClassName
{
border-color: #CCA68F;
}
.TagClassName
{
border-color: #CCA68F;
}
</style>