Shades of Deco #CCC773
Tints of Deco #CCC773
RGB
CMYK
RGB Variations
Color information
#CCC773 (or 0xCCC773) is known color: Deco. HEX triplet: CC, C7 and 73. RGB value is (204,199,115). Sum of RGB (Red+Green+Blue) = 204+199+115=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC773 is #33388C. Grayscale: #BFBFBF. Windows color (decimal): -3356813 or 7587788. OLE color: 7587788.
HSL color Cylindrical-coordinate representation of color #CCC773: hue angle of 56.63º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCC773 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 115 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.2 |
| HSL | 56.63º | 0.47% | 0.63% | - |
| HSV(B) | 56.63º | 0.44% | 0.8% | - |
| XYZ | 48.42 | 54.92 | 24.27 | - |
| YUV | 190.92 | 85.16 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 115 | 0 | 0.02 | 0.44 | 0.2 | 56.63 | 0.47 | 0.63 |
| Hex | CC | C7 | 73 | 0 | 2 | 2C | 14 | 39 | 2F | 3F |
| Octal | 314 | 307 | 163 | 0 | 2 | 54 | 24 | 71 | 57 | 77 |
| Binary | 11001100 | 11000111 | 1110011 | 0 | 10 | 101100 | 10100 | 111001 | 101111 | 111111 |
Color Harmonies of #CCC773
Complementary color
Monochromatic Colors of #CCC773
Black with #CCC773
Text Example
Text Example
White with #CCC773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC773; }
p { color: rgb(204,199,115); }
H1.HeaderClassName
{
color: #CCC773;
}
.AnyTagClassName
{
color: #CCC773;
}
</style>
background-color css
<style>
a { background-color: #CCC773; }
a { background-color: rgb(204,199,115); }
div.DivClassName
{
background-color: #CCC773;
}
.BgClassName
{
background-color: #CCC773;
}
</style>
border-color css
<style>
span { border-color: #CCC773; }
span { border-color: rgb(204,199,115); }
td.TdClassName
{
border-color: #CCC773;
}
.TagClassName
{
border-color: #CCC773;
}
</style>