Shades of Deco #CCCE77
Tints of Deco #CCCE77
RGB
CMYK
RGB Variations
Color information
#CCCE77 (or 0xCCCE77) is known color: Deco. HEX triplet: CC, CE and 77. RGB value is (204,206,119). Sum of RGB (Red+Green+Blue) = 204+206+119=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE77 is #333188. Grayscale: #C3C3C3. Windows color (decimal): -3355017 or 7851724. OLE color: 7851724.
HSL color Cylindrical-coordinate representation of color #CCCE77: hue angle of 61.38º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCE77 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 119 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.19 |
| HSL | 61.38º | 0.47% | 0.64% | - |
| HSV(B) | 61.38º | 0.42% | 0.81% | - |
| XYZ | 50.3 | 58.31 | 26.06 | - |
| YUV | 195.48 | 84.84 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 119 | 0.01 | 0 | 0.42 | 0.19 | 61.38 | 0.47 | 0.64 |
| Hex | CC | CE | 77 | 1 | 0 | 2A | 13 | 3D | 2F | 40 |
| Octal | 314 | 316 | 167 | 1 | 0 | 52 | 23 | 75 | 57 | 100 |
| Binary | 11001100 | 11001110 | 1110111 | 1 | 0 | 101010 | 10011 | 111101 | 101111 | 1000000 |
Color Harmonies of #CCCE77
Complementary color
Monochromatic Colors of #CCCE77
Black with #CCCE77
Text Example
Text Example
White with #CCCE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE77; }
p { color: rgb(204,206,119); }
H1.HeaderClassName
{
color: #CCCE77;
}
.AnyTagClassName
{
color: #CCCE77;
}
</style>
background-color css
<style>
a { background-color: #CCCE77; }
a { background-color: rgb(204,206,119); }
div.DivClassName
{
background-color: #CCCE77;
}
.BgClassName
{
background-color: #CCCE77;
}
</style>
border-color css
<style>
span { border-color: #CCCE77; }
span { border-color: rgb(204,206,119); }
td.TdClassName
{
border-color: #CCCE77;
}
.TagClassName
{
border-color: #CCCE77;
}
</style>