Shades of Cameo #CCA791
Tints of Cameo #CCA791
RGB
CMYK
RGB Variations
Color information
#CCA791 (or 0xCCA791) is known color: Cameo. HEX triplet: CC, A7 and 91. RGB value is (204,167,145). Sum of RGB (Red+Green+Blue) = 204+167+145=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA791 is #33586E. Grayscale: #AFAFAF. Windows color (decimal): -3364975 or 9545676. OLE color: 9545676.
HSL color Cylindrical-coordinate representation of color #CCA791: hue angle of 22.37º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA791 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 167 | 145 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.2 |
| HSL | 22.37º | 0.37% | 0.68% | - |
| HSV(B) | 22.37º | 0.29% | 0.8% | - |
| XYZ | 43.83 | 42.52 | 32.68 | - |
| YUV | 175.56 | 110.76 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 167 | 145 | 0 | 0.18 | 0.29 | 0.2 | 22.37 | 0.37 | 0.68 |
| Hex | CC | A7 | 91 | 0 | 12 | 1D | 14 | 16 | 25 | 44 |
| Octal | 314 | 247 | 221 | 0 | 22 | 35 | 24 | 26 | 45 | 104 |
| Binary | 11001100 | 10100111 | 10010001 | 0 | 10010 | 11101 | 10100 | 10110 | 100101 | 1000100 |
Color Harmonies of #CCA791
Complementary color
Monochromatic Colors of #CCA791
Black with #CCA791
Text Example
Text Example
White with #CCA791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA791; }
p { color: rgb(204,167,145); }
H1.HeaderClassName
{
color: #CCA791;
}
.AnyTagClassName
{
color: #CCA791;
}
</style>
background-color css
<style>
a { background-color: #CCA791; }
a { background-color: rgb(204,167,145); }
div.DivClassName
{
background-color: #CCA791;
}
.BgClassName
{
background-color: #CCA791;
}
</style>
border-color css
<style>
span { border-color: #CCA791; }
span { border-color: rgb(204,167,145); }
td.TdClassName
{
border-color: #CCA791;
}
.TagClassName
{
border-color: #CCA791;
}
</style>