Shades of Deco #CCC87A
Tints of Deco #CCC87A
RGB
CMYK
RGB Variations
Color information
#CCC87A (or 0xCCC87A) is known color: Deco. HEX triplet: CC, C8 and 7A. RGB value is (204,200,122). Sum of RGB (Red+Green+Blue) = 204+200+122=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC87A is #333785. Grayscale: #C0C0C0. Windows color (decimal): -3356550 or 8046796. OLE color: 8046796.
HSL color Cylindrical-coordinate representation of color #CCC87A: hue angle of 57.07º 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 #CCC87A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 122 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.2 |
| HSL | 57.07º | 0.45% | 0.64% | - |
| HSV(B) | 57.07º | 0.4% | 0.8% | - |
| XYZ | 49.07 | 55.55 | 26.55 | - |
| YUV | 192.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 122 | 0 | 0.02 | 0.40 | 0.2 | 57.07 | 0.45 | 0.64 |
| Hex | CC | C8 | 7A | 0 | 2 | 28 | 14 | 39 | 2D | 40 |
| Octal | 314 | 310 | 172 | 0 | 2 | 50 | 24 | 71 | 55 | 100 |
| Binary | 11001100 | 11001000 | 1111010 | 0 | 10 | 101000 | 10100 | 111001 | 101101 | 1000000 |
Color Harmonies of #CCC87A
Complementary color
Monochromatic Colors of #CCC87A
Black with #CCC87A
Text Example
Text Example
White with #CCC87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC87A; }
p { color: rgb(204,200,122); }
H1.HeaderClassName
{
color: #CCC87A;
}
.AnyTagClassName
{
color: #CCC87A;
}
</style>
background-color css
<style>
a { background-color: #CCC87A; }
a { background-color: rgb(204,200,122); }
div.DivClassName
{
background-color: #CCC87A;
}
.BgClassName
{
background-color: #CCC87A;
}
</style>
border-color css
<style>
span { border-color: #CCC87A; }
span { border-color: rgb(204,200,122); }
td.TdClassName
{
border-color: #CCC87A;
}
.TagClassName
{
border-color: #CCC87A;
}
</style>