Shades of Deco #CCC779
Tints of Deco #CCC779
RGB
CMYK
RGB Variations
Color information
#CCC779 (or 0xCCC779) is known color: Deco. HEX triplet: CC, C7 and 79. RGB value is (204,199,121). Sum of RGB (Red+Green+Blue) = 204+199+121=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC779 is #333886. Grayscale: #BFBFBF. Windows color (decimal): -3356807 or 7981004. OLE color: 7981004.
HSL color Cylindrical-coordinate representation of color #CCC779: hue angle of 56.39º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC779 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 121 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.2 |
| HSL | 56.39º | 0.45% | 0.64% | - |
| HSV(B) | 56.39º | 0.41% | 0.8% | - |
| XYZ | 48.78 | 55.06 | 26.15 | - |
| YUV | 191.6 | 88.16 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 121 | 0 | 0.02 | 0.41 | 0.2 | 56.39 | 0.45 | 0.64 |
| Hex | CC | C7 | 79 | 0 | 2 | 29 | 14 | 38 | 2D | 40 |
| Octal | 314 | 307 | 171 | 0 | 2 | 51 | 24 | 70 | 55 | 100 |
| Binary | 11001100 | 11000111 | 1111001 | 0 | 10 | 101001 | 10100 | 111000 | 101101 | 1000000 |
Color Harmonies of #CCC779
Complementary color
Monochromatic Colors of #CCC779
Black with #CCC779
Text Example
Text Example
White with #CCC779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC779; }
p { color: rgb(204,199,121); }
H1.HeaderClassName
{
color: #CCC779;
}
.AnyTagClassName
{
color: #CCC779;
}
</style>
background-color css
<style>
a { background-color: #CCC779; }
a { background-color: rgb(204,199,121); }
div.DivClassName
{
background-color: #CCC779;
}
.BgClassName
{
background-color: #CCC779;
}
</style>
border-color css
<style>
span { border-color: #CCC779; }
span { border-color: rgb(204,199,121); }
td.TdClassName
{
border-color: #CCC779;
}
.TagClassName
{
border-color: #CCC779;
}
</style>