Shades of Cameo #CCA17A
Tints of Cameo #CCA17A
RGB
CMYK
RGB Variations
Color information
#CCA17A (or 0xCCA17A) is known color: Cameo. HEX triplet: CC, A1 and 7A. RGB value is (204,161,122). Sum of RGB (Red+Green+Blue) = 204+161+122=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA17A is #335E85. Grayscale: #A9A9A9. Windows color (decimal): -3366534 or 8036812. OLE color: 8036812.
HSL color Cylindrical-coordinate representation of color #CCA17A: hue angle of 28.54º 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 #CCA17A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 122 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.2 |
| HSL | 28.54º | 0.45% | 0.64% | - |
| HSV(B) | 28.54º | 0.4% | 0.8% | - |
| XYZ | 41.16 | 39.73 | 23.91 | - |
| YUV | 169.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 122 | 0 | 0.21 | 0.40 | 0.2 | 28.54 | 0.45 | 0.64 |
| Hex | CC | A1 | 7A | 0 | 15 | 28 | 14 | 1D | 2D | 40 |
| Octal | 314 | 241 | 172 | 0 | 25 | 50 | 24 | 35 | 55 | 100 |
| Binary | 11001100 | 10100001 | 1111010 | 0 | 10101 | 101000 | 10100 | 11101 | 101101 | 1000000 |
Color Harmonies of #CCA17A
Complementary color
Monochromatic Colors of #CCA17A
Black with #CCA17A
Text Example
Text Example
White with #CCA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA17A; }
p { color: rgb(204,161,122); }
H1.HeaderClassName
{
color: #CCA17A;
}
.AnyTagClassName
{
color: #CCA17A;
}
</style>
background-color css
<style>
a { background-color: #CCA17A; }
a { background-color: rgb(204,161,122); }
div.DivClassName
{
background-color: #CCA17A;
}
.BgClassName
{
background-color: #CCA17A;
}
</style>
border-color css
<style>
span { border-color: #CCA17A; }
span { border-color: rgb(204,161,122); }
td.TdClassName
{
border-color: #CCA17A;
}
.TagClassName
{
border-color: #CCA17A;
}
</style>