Shades of Deco #CCCC7A
Tints of Deco #CCCC7A
RGB
CMYK
RGB Variations
Color information
#CCCC7A (or 0xCCCC7A) is known color: Deco. HEX triplet: CC, CC and 7A. RGB value is (204,204,122). Sum of RGB (Red+Green+Blue) = 204+204+122=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC7A is #333385. Grayscale: #C2C2C2. Windows color (decimal): -3355526 or 8047820. OLE color: 8047820.
HSL color Cylindrical-coordinate representation of color #CCCC7A: hue angle of 60º 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 #CCCC7A is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 122 | - |
| CMYK | 0 | 0 | 0.40 | 0.2 |
| HSL | 60º | 0.45% | 0.64% | - |
| HSV(B) | 60º | 0.4% | 0.8% | - |
| XYZ | 50.01 | 57.43 | 26.86 | - |
| YUV | 194.65 | 87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 122 | 0 | 0 | 0.40 | 0.2 | 60 | 0.45 | 0.64 |
| Hex | CC | CC | 7A | 0 | 0 | 28 | 14 | 3C | 2D | 40 |
| Octal | 314 | 314 | 172 | 0 | 0 | 50 | 24 | 74 | 55 | 100 |
| Binary | 11001100 | 11001100 | 1111010 | 0 | 0 | 101000 | 10100 | 111100 | 101101 | 1000000 |
Color Harmonies of #CCCC7A
Complementary color
Monochromatic Colors of #CCCC7A
Black with #CCCC7A
Text Example
Text Example
White with #CCCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC7A; }
p { color: rgb(204,204,122); }
H1.HeaderClassName
{
color: #CCCC7A;
}
.AnyTagClassName
{
color: #CCCC7A;
}
</style>
background-color css
<style>
a { background-color: #CCCC7A; }
a { background-color: rgb(204,204,122); }
div.DivClassName
{
background-color: #CCCC7A;
}
.BgClassName
{
background-color: #CCCC7A;
}
</style>
border-color css
<style>
span { border-color: #CCCC7A; }
span { border-color: rgb(204,204,122); }
td.TdClassName
{
border-color: #CCCC7A;
}
.TagClassName
{
border-color: #CCCC7A;
}
</style>