Shades of Cameo #CCA17C
Tints of Cameo #CCA17C
RGB
CMYK
RGB Variations
Color information
#CCA17C (or 0xCCA17C) is known color: Cameo. HEX triplet: CC, A1 and 7C. RGB value is (204,161,124). Sum of RGB (Red+Green+Blue) = 204+161+124=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA17C is #335E83. Grayscale: #A9A9A9. Windows color (decimal): -3366532 or 8167884. OLE color: 8167884.
HSL color Cylindrical-coordinate representation of color #CCA17C: hue angle of 27.75º 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 #CCA17C is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 124 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.2 |
| HSL | 27.75º | 0.44% | 0.64% | - |
| HSV(B) | 27.75º | 0.39% | 0.8% | - |
| XYZ | 41.28 | 39.78 | 24.57 | - |
| YUV | 169.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 124 | 0 | 0.21 | 0.39 | 0.2 | 27.75 | 0.44 | 0.64 |
| Hex | CC | A1 | 7C | 0 | 15 | 27 | 14 | 1C | 2C | 40 |
| Octal | 314 | 241 | 174 | 0 | 25 | 47 | 24 | 34 | 54 | 100 |
| Binary | 11001100 | 10100001 | 1111100 | 0 | 10101 | 100111 | 10100 | 11100 | 101100 | 1000000 |
Color Harmonies of #CCA17C
Complementary color
Monochromatic Colors of #CCA17C
Black with #CCA17C
Text Example
Text Example
White with #CCA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA17C; }
p { color: rgb(204,161,124); }
H1.HeaderClassName
{
color: #CCA17C;
}
.AnyTagClassName
{
color: #CCA17C;
}
</style>
background-color css
<style>
a { background-color: #CCA17C; }
a { background-color: rgb(204,161,124); }
div.DivClassName
{
background-color: #CCA17C;
}
.BgClassName
{
background-color: #CCA17C;
}
</style>
border-color css
<style>
span { border-color: #CCA17C; }
span { border-color: rgb(204,161,124); }
td.TdClassName
{
border-color: #CCA17C;
}
.TagClassName
{
border-color: #CCA17C;
}
</style>