Shades of Deco #C0CC84
Tints of Deco #C0CC84
RGB
CMYK
RGB Variations
Color information
#C0CC84 (or 0xC0CC84) is known color: Deco. HEX triplet: C0, CC and 84. RGB value is (192,204,132). Sum of RGB (Red+Green+Blue) = 192+204+132=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC84 is #3F337B. Grayscale: #C0C0C0. Windows color (decimal): -4141948 or 8703168. OLE color: 8703168.
HSL color Cylindrical-coordinate representation of color #C0CC84: hue angle of 70º 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 #C0CC84 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 132 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.2 |
| HSL | 70º | 0.41% | 0.66% | - |
| HSV(B) | 70º | 0.35% | 0.8% | - |
| XYZ | 47.5 | 56.06 | 30.15 | - |
| YUV | 192.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 132 | 0.06 | 0 | 0.35 | 0.2 | 70 | 0.41 | 0.66 |
| Hex | C0 | CC | 84 | 6 | 0 | 23 | 14 | 46 | 29 | 42 |
| Octal | 300 | 314 | 204 | 6 | 0 | 43 | 24 | 106 | 51 | 102 |
| Binary | 11000000 | 11001100 | 10000100 | 110 | 0 | 100011 | 10100 | 1000110 | 101001 | 1000010 |
Color Harmonies of #C0CC84
Complementary color
Monochromatic Colors of #C0CC84
Black with #C0CC84
Text Example
Text Example
White with #C0CC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC84; }
p { color: rgb(192,204,132); }
H1.HeaderClassName
{
color: #C0CC84;
}
.AnyTagClassName
{
color: #C0CC84;
}
</style>
background-color css
<style>
a { background-color: #C0CC84; }
a { background-color: rgb(192,204,132); }
div.DivClassName
{
background-color: #C0CC84;
}
.BgClassName
{
background-color: #C0CC84;
}
</style>
border-color css
<style>
span { border-color: #C0CC84; }
span { border-color: rgb(192,204,132); }
td.TdClassName
{
border-color: #C0CC84;
}
.TagClassName
{
border-color: #C0CC84;
}
</style>