Shades of Cameo #CCA881
Tints of Cameo #CCA881
RGB
CMYK
RGB Variations
Color information
#CCA881 (or 0xCCA881) is known color: Cameo. HEX triplet: CC, A8 and 81. RGB value is (204,168,129). Sum of RGB (Red+Green+Blue) = 204+168+129=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 129 (50.78% from 255 or 25.75% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA881 is #33577E. Grayscale: #AEAEAE. Windows color (decimal): -3364735 or 8497356. OLE color: 8497356.
HSL color Cylindrical-coordinate representation of color #CCA881: hue angle of 31.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCA881 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 129 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.2 |
| HSL | 31.2º | 0.42% | 0.65% | - |
| HSV(B) | 31.2º | 0.37% | 0.8% | - |
| XYZ | 42.87 | 42.43 | 26.7 | - |
| YUV | 174.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 129 | 0 | 0.18 | 0.37 | 0.2 | 31.2 | 0.42 | 0.65 |
| Hex | CC | A8 | 81 | 0 | 12 | 25 | 14 | 1F | 2A | 41 |
| Octal | 314 | 250 | 201 | 0 | 22 | 45 | 24 | 37 | 52 | 101 |
| Binary | 11001100 | 10101000 | 10000001 | 0 | 10010 | 100101 | 10100 | 11111 | 101010 | 1000001 |
Color Harmonies of #CCA881
Complementary color
Monochromatic Colors of #CCA881
Black with #CCA881
Text Example
Text Example
White with #CCA881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA881; }
p { color: rgb(204,168,129); }
H1.HeaderClassName
{
color: #CCA881;
}
.AnyTagClassName
{
color: #CCA881;
}
</style>
background-color css
<style>
a { background-color: #CCA881; }
a { background-color: rgb(204,168,129); }
div.DivClassName
{
background-color: #CCA881;
}
.BgClassName
{
background-color: #CCA881;
}
</style>
border-color css
<style>
span { border-color: #CCA881; }
span { border-color: rgb(204,168,129); }
td.TdClassName
{
border-color: #CCA881;
}
.TagClassName
{
border-color: #CCA881;
}
</style>