Shades of Cameo #CCA37A
Tints of Cameo #CCA37A
RGB
CMYK
RGB Variations
Color information
#CCA37A (or 0xCCA37A) is known color: Cameo. HEX triplet: CC, A3 and 7A. RGB value is (204,163,122). Sum of RGB (Red+Green+Blue) = 204+163+122=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA37A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA37A is #335C85. Grayscale: #AAAAAA. Windows color (decimal): -3366022 or 8037324. OLE color: 8037324.
HSL color Cylindrical-coordinate representation of color #CCA37A: hue angle of 30º degrees, saturation: 0.45, 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 #CCA37A is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 163 | 122 | - |
CMYK | 0 | 0.20 | 0.40 | 0.2 |
HSL | 30º | 0.45% | 0.64% | - |
HSV(B) | 30º | 0.4% | 0.8% | - |
XYZ | 41.51 | 40.44 | 24.03 | - |
YUV | 170.59 | 100.58 | 151.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 163 | 122 | 0 | 0.20 | 0.40 | 0.2 | 30 | 0.45 | 0.64 |
Hex | CC | A3 | 7A | 0 | 14 | 28 | 14 | 1E | 2D | 40 |
Octal | 314 | 243 | 172 | 0 | 24 | 50 | 24 | 36 | 55 | 100 |
Binary | 11001100 | 10100011 | 1111010 | 0 | 10100 | 101000 | 10100 | 11110 | 101101 | 1000000 |
Color Harmonies of #CCA37A
Complementary color
Monochromatic Colors of #CCA37A
Black with #CCA37A
Text Example
Text Example
White with #CCA37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA37A; }
p { color: rgb(204,163,122); }
H1.HeaderClassName
{
color: #CCA37A;
}
.AnyTagClassName
{
color: #CCA37A;
}
</style>
background-color css
<style>
a { background-color: #CCA37A; }
a { background-color: rgb(204,163,122); }
div.DivClassName
{
background-color: #CCA37A;
}
.BgClassName
{
background-color: #CCA37A;
}
</style>
border-color css
<style>
span { border-color: #CCA37A; }
span { border-color: rgb(204,163,122); }
td.TdClassName
{
border-color: #CCA37A;
}
.TagClassName
{
border-color: #CCA37A;
}
</style>