Shades of Deco #CCCC7E
Tints of Deco #CCCC7E
RGB
CMYK
RGB Variations
Color information
#CCCC7E (or 0xCCCC7E) is known color: Deco. HEX triplet: CC, CC and 7E. RGB value is (204,204,126). Sum of RGB (Red+Green+Blue) = 204+204+126=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC7E is #333381. Grayscale: #C3C3C3. Windows color (decimal): -3355522 or 8309964. OLE color: 8309964.
HSL color Cylindrical-coordinate representation of color #CCCC7E: hue angle of 60º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCCC7E is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 126 | - |
| CMYK | 0 | 0 | 0.38 | 0.2 |
| HSL | 60º | 0.43% | 0.65% | - |
| HSV(B) | 60º | 0.38% | 0.8% | - |
| XYZ | 50.26 | 57.53 | 28.19 | - |
| YUV | 195.11 | 89 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 126 | 0 | 0 | 0.38 | 0.2 | 60 | 0.43 | 0.65 |
| Hex | CC | CC | 7E | 0 | 0 | 26 | 14 | 3C | 2B | 41 |
| Octal | 314 | 314 | 176 | 0 | 0 | 46 | 24 | 74 | 53 | 101 |
| Binary | 11001100 | 11001100 | 1111110 | 0 | 0 | 100110 | 10100 | 111100 | 101011 | 1000001 |
Color Harmonies of #CCCC7E
Complementary color
Monochromatic Colors of #CCCC7E
Black with #CCCC7E
Text Example
Text Example
White with #CCCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC7E; }
p { color: rgb(204,204,126); }
H1.HeaderClassName
{
color: #CCCC7E;
}
.AnyTagClassName
{
color: #CCCC7E;
}
</style>
background-color css
<style>
a { background-color: #CCCC7E; }
a { background-color: rgb(204,204,126); }
div.DivClassName
{
background-color: #CCCC7E;
}
.BgClassName
{
background-color: #CCCC7E;
}
</style>
border-color css
<style>
span { border-color: #CCCC7E; }
span { border-color: rgb(204,204,126); }
td.TdClassName
{
border-color: #CCCC7E;
}
.TagClassName
{
border-color: #CCCC7E;
}
</style>