Shades of Cameo #CCA37B
Tints of Cameo #CCA37B
RGB
CMYK
RGB Variations
Color information
#CCA37B (or 0xCCA37B) is known color: Cameo. HEX triplet: CC, A3 and 7B. RGB value is (204,163,123). Sum of RGB (Red+Green+Blue) = 204+163+123=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA37B is #335C84. Grayscale: #AAAAAA. Windows color (decimal): -3366021 or 8102860. OLE color: 8102860.
HSL color Cylindrical-coordinate representation of color #CCA37B: hue angle of 29.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA37B is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 163 | 123 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.2 |
| HSL | 29.63º | 0.44% | 0.64% | - |
| HSV(B) | 29.63º | 0.4% | 0.8% | - |
| XYZ | 41.57 | 40.46 | 24.36 | - |
| YUV | 170.7 | 101.08 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 163 | 123 | 0 | 0.20 | 0.40 | 0.2 | 29.63 | 0.44 | 0.64 |
| Hex | CC | A3 | 7B | 0 | 14 | 28 | 14 | 1E | 2C | 40 |
| Octal | 314 | 243 | 173 | 0 | 24 | 50 | 24 | 36 | 54 | 100 |
| Binary | 11001100 | 10100011 | 1111011 | 0 | 10100 | 101000 | 10100 | 11110 | 101100 | 1000000 |
Color Harmonies of #CCA37B
Complementary color
Monochromatic Colors of #CCA37B
Black with #CCA37B
Text Example
Text Example
White with #CCA37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA37B; }
p { color: rgb(204,163,123); }
H1.HeaderClassName
{
color: #CCA37B;
}
.AnyTagClassName
{
color: #CCA37B;
}
</style>
background-color css
<style>
a { background-color: #CCA37B; }
a { background-color: rgb(204,163,123); }
div.DivClassName
{
background-color: #CCA37B;
}
.BgClassName
{
background-color: #CCA37B;
}
</style>
border-color css
<style>
span { border-color: #CCA37B; }
span { border-color: rgb(204,163,123); }
td.TdClassName
{
border-color: #CCA37B;
}
.TagClassName
{
border-color: #CCA37B;
}
</style>