Shades of Deco #CCC775
Tints of Deco #CCC775
RGB
CMYK
RGB Variations
Color information
#CCC775 (or 0xCCC775) is known color: Deco. HEX triplet: CC, C7 and 75. RGB value is (204,199,117). Sum of RGB (Red+Green+Blue) = 204+199+117=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC775 is #33388A. Grayscale: #BFBFBF. Windows color (decimal): -3356811 or 7718860. OLE color: 7718860.
HSL color Cylindrical-coordinate representation of color #CCC775: hue angle of 56.55º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCC775 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 117 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.2 |
| HSL | 56.55º | 0.46% | 0.63% | - |
| HSV(B) | 56.55º | 0.43% | 0.8% | - |
| XYZ | 48.54 | 54.97 | 24.88 | - |
| YUV | 191.15 | 86.16 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 117 | 0 | 0.02 | 0.43 | 0.2 | 56.55 | 0.46 | 0.63 |
| Hex | CC | C7 | 75 | 0 | 2 | 2B | 14 | 39 | 2E | 3F |
| Octal | 314 | 307 | 165 | 0 | 2 | 53 | 24 | 71 | 56 | 77 |
| Binary | 11001100 | 11000111 | 1110101 | 0 | 10 | 101011 | 10100 | 111001 | 101110 | 111111 |
Color Harmonies of #CCC775
Complementary color
Monochromatic Colors of #CCC775
Black with #CCC775
Text Example
Text Example
White with #CCC775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC775; }
p { color: rgb(204,199,117); }
H1.HeaderClassName
{
color: #CCC775;
}
.AnyTagClassName
{
color: #CCC775;
}
</style>
background-color css
<style>
a { background-color: #CCC775; }
a { background-color: rgb(204,199,117); }
div.DivClassName
{
background-color: #CCC775;
}
.BgClassName
{
background-color: #CCC775;
}
</style>
border-color css
<style>
span { border-color: #CCC775; }
span { border-color: rgb(204,199,117); }
td.TdClassName
{
border-color: #CCC775;
}
.TagClassName
{
border-color: #CCC775;
}
</style>