Shades of Cameo #CCA47C
Tints of Cameo #CCA47C
RGB
CMYK
RGB Variations
Color information
#CCA47C (or 0xCCA47C) is known color: Cameo. HEX triplet: CC, A4 and 7C. RGB value is (204,164,124). Sum of RGB (Red+Green+Blue) = 204+164+124=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA47C is #335B83. Grayscale: #ABABAB. Windows color (decimal): -3365764 or 8168652. OLE color: 8168652.
HSL color Cylindrical-coordinate representation of color #CCA47C: hue angle of 30º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCA47C is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 124 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.2 |
| HSL | 30º | 0.44% | 0.64% | - |
| HSV(B) | 30º | 0.39% | 0.8% | - |
| XYZ | 41.82 | 40.84 | 24.75 | - |
| YUV | 171.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 124 | 0 | 0.20 | 0.39 | 0.2 | 30 | 0.44 | 0.64 |
| Hex | CC | A4 | 7C | 0 | 14 | 27 | 14 | 1E | 2C | 40 |
| Octal | 314 | 244 | 174 | 0 | 24 | 47 | 24 | 36 | 54 | 100 |
| Binary | 11001100 | 10100100 | 1111100 | 0 | 10100 | 100111 | 10100 | 11110 | 101100 | 1000000 |
Color Harmonies of #CCA47C
Complementary color
Monochromatic Colors of #CCA47C
Black with #CCA47C
Text Example
Text Example
White with #CCA47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA47C; }
p { color: rgb(204,164,124); }
H1.HeaderClassName
{
color: #CCA47C;
}
.AnyTagClassName
{
color: #CCA47C;
}
</style>
background-color css
<style>
a { background-color: #CCA47C; }
a { background-color: rgb(204,164,124); }
div.DivClassName
{
background-color: #CCA47C;
}
.BgClassName
{
background-color: #CCA47C;
}
</style>
border-color css
<style>
span { border-color: #CCA47C; }
span { border-color: rgb(204,164,124); }
td.TdClassName
{
border-color: #CCA47C;
}
.TagClassName
{
border-color: #CCA47C;
}
</style>