Shades of Cameo #CCA891
Tints of Cameo #CCA891
RGB
CMYK
RGB Variations
Color information
#CCA891 (or 0xCCA891) is known color: Cameo. HEX triplet: CC, A8 and 91. RGB value is (204,168,145). Sum of RGB (Red+Green+Blue) = 204+168+145=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA891 is #33576E. Grayscale: #B0B0B0. Windows color (decimal): -3364719 or 9545932. OLE color: 9545932.
HSL color Cylindrical-coordinate representation of color #CCA891: hue angle of 23.39º 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 #CCA891 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 145 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.2 |
| HSL | 23.39º | 0.37% | 0.68% | - |
| HSV(B) | 23.39º | 0.29% | 0.8% | - |
| XYZ | 44.02 | 42.89 | 32.75 | - |
| YUV | 176.14 | 110.43 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 145 | 0 | 0.18 | 0.29 | 0.2 | 23.39 | 0.37 | 0.68 |
| Hex | CC | A8 | 91 | 0 | 12 | 1D | 14 | 17 | 25 | 44 |
| Octal | 314 | 250 | 221 | 0 | 22 | 35 | 24 | 27 | 45 | 104 |
| Binary | 11001100 | 10101000 | 10010001 | 0 | 10010 | 11101 | 10100 | 10111 | 100101 | 1000100 |
Color Harmonies of #CCA891
Complementary color
Monochromatic Colors of #CCA891
Black with #CCA891
Text Example
Text Example
White with #CCA891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA891; }
p { color: rgb(204,168,145); }
H1.HeaderClassName
{
color: #CCA891;
}
.AnyTagClassName
{
color: #CCA891;
}
</style>
background-color css
<style>
a { background-color: #CCA891; }
a { background-color: rgb(204,168,145); }
div.DivClassName
{
background-color: #CCA891;
}
.BgClassName
{
background-color: #CCA891;
}
</style>
border-color css
<style>
span { border-color: #CCA891; }
span { border-color: rgb(204,168,145); }
td.TdClassName
{
border-color: #CCA891;
}
.TagClassName
{
border-color: #CCA891;
}
</style>