Shades of Cameo #CCA375
Tints of Cameo #CCA375
RGB
CMYK
RGB Variations
Color information
#CCA375 (or 0xCCA375) is known color: Cameo. HEX triplet: CC, A3 and 75. RGB value is (204,163,117). Sum of RGB (Red+Green+Blue) = 204+163+117=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA375 is #335C8A. Grayscale: #AAAAAA. Windows color (decimal): -3366027 or 7709644. OLE color: 7709644.
HSL color Cylindrical-coordinate representation of color #CCA375: hue angle of 31.72º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCA375 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 117 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.2 |
| HSL | 31.72º | 0.46% | 0.63% | - |
| HSV(B) | 31.72º | 0.43% | 0.8% | - |
| XYZ | 41.21 | 40.32 | 22.44 | - |
| YUV | 170.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 117 | 0 | 0.20 | 0.43 | 0.2 | 31.72 | 0.46 | 0.63 |
| Hex | CC | A3 | 75 | 0 | 14 | 2B | 14 | 20 | 2E | 3F |
| Octal | 314 | 243 | 165 | 0 | 24 | 53 | 24 | 40 | 56 | 77 |
| Binary | 11001100 | 10100011 | 1110101 | 0 | 10100 | 101011 | 10100 | 100000 | 101110 | 111111 |
Color Harmonies of #CCA375
Complementary color
Monochromatic Colors of #CCA375
Black with #CCA375
Text Example
Text Example
White with #CCA375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA375; }
p { color: rgb(204,163,117); }
H1.HeaderClassName
{
color: #CCA375;
}
.AnyTagClassName
{
color: #CCA375;
}
</style>
background-color css
<style>
a { background-color: #CCA375; }
a { background-color: rgb(204,163,117); }
div.DivClassName
{
background-color: #CCA375;
}
.BgClassName
{
background-color: #CCA375;
}
</style>
border-color css
<style>
span { border-color: #CCA375; }
span { border-color: rgb(204,163,117); }
td.TdClassName
{
border-color: #CCA375;
}
.TagClassName
{
border-color: #CCA375;
}
</style>