Shades of Deco #CCC873
Tints of Deco #CCC873
RGB
CMYK
RGB Variations
Color information
#CCC873 (or 0xCCC873) is known color: Deco. HEX triplet: CC, C8 and 73. RGB value is (204,200,115). Sum of RGB (Red+Green+Blue) = 204+200+115=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC873 is #33378C. Grayscale: #BFBFBF. Windows color (decimal): -3356557 or 7588044. OLE color: 7588044.
HSL color Cylindrical-coordinate representation of color #CCC873: hue angle of 57.3º 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 #CCC873 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 115 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.2 |
| HSL | 57.3º | 0.47% | 0.63% | - |
| HSV(B) | 57.3º | 0.44% | 0.8% | - |
| XYZ | 48.65 | 55.38 | 24.35 | - |
| YUV | 191.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 115 | 0 | 0.02 | 0.44 | 0.2 | 57.3 | 0.47 | 0.63 |
| Hex | CC | C8 | 73 | 0 | 2 | 2C | 14 | 39 | 2F | 3F |
| Octal | 314 | 310 | 163 | 0 | 2 | 54 | 24 | 71 | 57 | 77 |
| Binary | 11001100 | 11001000 | 1110011 | 0 | 10 | 101100 | 10100 | 111001 | 101111 | 111111 |
Color Harmonies of #CCC873
Complementary color
Monochromatic Colors of #CCC873
Black with #CCC873
Text Example
Text Example
White with #CCC873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC873; }
p { color: rgb(204,200,115); }
H1.HeaderClassName
{
color: #CCC873;
}
.AnyTagClassName
{
color: #CCC873;
}
</style>
background-color css
<style>
a { background-color: #CCC873; }
a { background-color: rgb(204,200,115); }
div.DivClassName
{
background-color: #CCC873;
}
.BgClassName
{
background-color: #CCC873;
}
</style>
border-color css
<style>
span { border-color: #CCC873; }
span { border-color: rgb(204,200,115); }
td.TdClassName
{
border-color: #CCC873;
}
.TagClassName
{
border-color: #CCC873;
}
</style>