Shades of Cameo #CCA87A
Tints of Cameo #CCA87A
RGB
CMYK
RGB Variations
Color information
#CCA87A (or 0xCCA87A) is known color: Cameo. HEX triplet: CC, A8 and 7A. RGB value is (204,168,122). Sum of RGB (Red+Green+Blue) = 204+168+122=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA87A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA87A is #335785. Grayscale: #ADADAD. Windows color (decimal): -3364742 or 8038604. OLE color: 8038604.
HSL color Cylindrical-coordinate representation of color #CCA87A: hue angle of 33.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA87A is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 122 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.2 |
| HSL | 33.66º | 0.45% | 0.64% | - |
| HSV(B) | 33.66º | 0.4% | 0.8% | - |
| XYZ | 42.42 | 42.25 | 24.33 | - |
| YUV | 173.52 | 98.93 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 122 | 0 | 0.18 | 0.40 | 0.2 | 33.66 | 0.45 | 0.64 |
| Hex | CC | A8 | 7A | 0 | 12 | 28 | 14 | 22 | 2D | 40 |
| Octal | 314 | 250 | 172 | 0 | 22 | 50 | 24 | 42 | 55 | 100 |
| Binary | 11001100 | 10101000 | 1111010 | 0 | 10010 | 101000 | 10100 | 100010 | 101101 | 1000000 |
Color Harmonies of #CCA87A
Complementary color
Monochromatic Colors of #CCA87A
Black with #CCA87A
Text Example
Text Example
White with #CCA87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA87A; }
p { color: rgb(204,168,122); }
H1.HeaderClassName
{
color: #CCA87A;
}
.AnyTagClassName
{
color: #CCA87A;
}
</style>
background-color css
<style>
a { background-color: #CCA87A; }
a { background-color: rgb(204,168,122); }
div.DivClassName
{
background-color: #CCA87A;
}
.BgClassName
{
background-color: #CCA87A;
}
</style>
border-color css
<style>
span { border-color: #CCA87A; }
span { border-color: rgb(204,168,122); }
td.TdClassName
{
border-color: #CCA87A;
}
.TagClassName
{
border-color: #CCA87A;
}
</style>