Shades of Deco #CCCF7C
Tints of Deco #CCCF7C
RGB
CMYK
RGB Variations
Color information
#CCCF7C (or 0xCCCF7C) is known color: Deco. HEX triplet: CC, CF and 7C. RGB value is (204,207,124). Sum of RGB (Red+Green+Blue) = 204+207+124=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF7C is #333083. Grayscale: #C4C4C4. Windows color (decimal): -3354756 or 8179660. OLE color: 8179660.
HSL color Cylindrical-coordinate representation of color #CCCF7C: hue angle of 62.17º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCCF7C is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 124 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.19 |
| HSL | 62.17º | 0.46% | 0.65% | - |
| HSV(B) | 62.17º | 0.4% | 0.81% | - |
| XYZ | 50.85 | 58.92 | 27.76 | - |
| YUV | 196.64 | 87.01 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 124 | 0.01 | 0 | 0.40 | 0.19 | 62.17 | 0.46 | 0.65 |
| Hex | CC | CF | 7C | 1 | 0 | 28 | 13 | 3E | 2E | 41 |
| Octal | 314 | 317 | 174 | 1 | 0 | 50 | 23 | 76 | 56 | 101 |
| Binary | 11001100 | 11001111 | 1111100 | 1 | 0 | 101000 | 10011 | 111110 | 101110 | 1000001 |
Color Harmonies of #CCCF7C
Complementary color
Monochromatic Colors of #CCCF7C
Black with #CCCF7C
Text Example
Text Example
White with #CCCF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF7C; }
p { color: rgb(204,207,124); }
H1.HeaderClassName
{
color: #CCCF7C;
}
.AnyTagClassName
{
color: #CCCF7C;
}
</style>
background-color css
<style>
a { background-color: #CCCF7C; }
a { background-color: rgb(204,207,124); }
div.DivClassName
{
background-color: #CCCF7C;
}
.BgClassName
{
background-color: #CCCF7C;
}
</style>
border-color css
<style>
span { border-color: #CCCF7C; }
span { border-color: rgb(204,207,124); }
td.TdClassName
{
border-color: #CCCF7C;
}
.TagClassName
{
border-color: #CCCF7C;
}
</style>