Shades of Deco #C7CC84
Tints of Deco #C7CC84
RGB
CMYK
RGB Variations
Color information
#C7CC84 (or 0xC7CC84) is known color: Deco. HEX triplet: C7, CC and 84. RGB value is (199,204,132). Sum of RGB (Red+Green+Blue) = 199+204+132=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CC84 is #38337B. Grayscale: #C2C2C2. Windows color (decimal): -3683196 or 8703175. OLE color: 8703175.
HSL color Cylindrical-coordinate representation of color #C7CC84: hue angle of 64.17º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7CC84 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 132 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.2 |
| HSL | 64.17º | 0.41% | 0.66% | - |
| HSV(B) | 64.17º | 0.35% | 0.8% | - |
| XYZ | 49.31 | 56.99 | 30.23 | - |
| YUV | 194.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 132 | 0.02 | 0 | 0.35 | 0.2 | 64.17 | 0.41 | 0.66 |
| Hex | C7 | CC | 84 | 2 | 0 | 23 | 14 | 40 | 29 | 42 |
| Octal | 307 | 314 | 204 | 2 | 0 | 43 | 24 | 100 | 51 | 102 |
| Binary | 11000111 | 11001100 | 10000100 | 10 | 0 | 100011 | 10100 | 1000000 | 101001 | 1000010 |
Color Harmonies of #C7CC84
Complementary color
Monochromatic Colors of #C7CC84
Black with #C7CC84
Text Example
Text Example
White with #C7CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC84; }
p { color: rgb(199,204,132); }
H1.HeaderClassName
{
color: #C7CC84;
}
.AnyTagClassName
{
color: #C7CC84;
}
</style>
background-color css
<style>
a { background-color: #C7CC84; }
a { background-color: rgb(199,204,132); }
div.DivClassName
{
background-color: #C7CC84;
}
.BgClassName
{
background-color: #C7CC84;
}
</style>
border-color css
<style>
span { border-color: #C7CC84; }
span { border-color: rgb(199,204,132); }
td.TdClassName
{
border-color: #C7CC84;
}
.TagClassName
{
border-color: #C7CC84;
}
</style>