Shades of Deco #CCC771
Tints of Deco #CCC771
RGB
CMYK
RGB Variations
Color information
#CCC771 (or 0xCCC771) is known color: Deco. HEX triplet: CC, C7 and 71. RGB value is (204,199,113). Sum of RGB (Red+Green+Blue) = 204+199+113=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC771 is #33388E. Grayscale: #BFBFBF. Windows color (decimal): -3356815 or 7456716. OLE color: 7456716.
HSL color Cylindrical-coordinate representation of color #CCC771: hue angle of 56.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCC771 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 113 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.2 |
| HSL | 56.7º | 0.47% | 0.62% | - |
| HSV(B) | 56.7º | 0.45% | 0.8% | - |
| XYZ | 48.31 | 54.88 | 23.67 | - |
| YUV | 190.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 113 | 0 | 0.02 | 0.45 | 0.2 | 56.7 | 0.47 | 0.62 |
| Hex | CC | C7 | 71 | 0 | 2 | 2D | 14 | 39 | 2F | 3E |
| Octal | 314 | 307 | 161 | 0 | 2 | 55 | 24 | 71 | 57 | 76 |
| Binary | 11001100 | 11000111 | 1110001 | 0 | 10 | 101101 | 10100 | 111001 | 101111 | 111110 |
Color Harmonies of #CCC771
Complementary color
Monochromatic Colors of #CCC771
Black with #CCC771
Text Example
Text Example
White with #CCC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC771; }
p { color: rgb(204,199,113); }
H1.HeaderClassName
{
color: #CCC771;
}
.AnyTagClassName
{
color: #CCC771;
}
</style>
background-color css
<style>
a { background-color: #CCC771; }
a { background-color: rgb(204,199,113); }
div.DivClassName
{
background-color: #CCC771;
}
.BgClassName
{
background-color: #CCC771;
}
</style>
border-color css
<style>
span { border-color: #CCC771; }
span { border-color: rgb(204,199,113); }
td.TdClassName
{
border-color: #CCC771;
}
.TagClassName
{
border-color: #CCC771;
}
</style>