Shades of Deco #CCC875
Tints of Deco #CCC875
RGB
CMYK
RGB Variations
Color information
#CCC875 (or 0xCCC875) is known color: Deco. HEX triplet: CC, C8 and 75. RGB value is (204,200,117). Sum of RGB (Red+Green+Blue) = 204+200+117=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC875 is #33378A. Grayscale: #C0C0C0. Windows color (decimal): -3356555 or 7719116. OLE color: 7719116.
HSL color Cylindrical-coordinate representation of color #CCC875: hue angle of 57.24º 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 #CCC875 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 117 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.2 |
| HSL | 57.24º | 0.46% | 0.63% | - |
| HSV(B) | 57.24º | 0.43% | 0.8% | - |
| XYZ | 48.77 | 55.43 | 24.96 | - |
| YUV | 191.73 | 85.83 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 117 | 0 | 0.02 | 0.43 | 0.2 | 57.24 | 0.46 | 0.63 |
| Hex | CC | C8 | 75 | 0 | 2 | 2B | 14 | 39 | 2E | 3F |
| Octal | 314 | 310 | 165 | 0 | 2 | 53 | 24 | 71 | 56 | 77 |
| Binary | 11001100 | 11001000 | 1110101 | 0 | 10 | 101011 | 10100 | 111001 | 101110 | 111111 |
Color Harmonies of #CCC875
Complementary color
Monochromatic Colors of #CCC875
Black with #CCC875
Text Example
Text Example
White with #CCC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC875; }
p { color: rgb(204,200,117); }
H1.HeaderClassName
{
color: #CCC875;
}
.AnyTagClassName
{
color: #CCC875;
}
</style>
background-color css
<style>
a { background-color: #CCC875; }
a { background-color: rgb(204,200,117); }
div.DivClassName
{
background-color: #CCC875;
}
.BgClassName
{
background-color: #CCC875;
}
</style>
border-color css
<style>
span { border-color: #CCC875; }
span { border-color: rgb(204,200,117); }
td.TdClassName
{
border-color: #CCC875;
}
.TagClassName
{
border-color: #CCC875;
}
</style>