Shades of Deco #C0CC82
Tints of Deco #C0CC82
RGB
CMYK
RGB Variations
Color information
#C0CC82 (or 0xC0CC82) is known color: Deco. HEX triplet: C0, CC and 82. RGB value is (192,204,130). Sum of RGB (Red+Green+Blue) = 192+204+130=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC82 is #3F337D. Grayscale: #C0C0C0. Windows color (decimal): -4141950 or 8572096. OLE color: 8572096.
HSL color Cylindrical-coordinate representation of color #C0CC82: hue angle of 69.73º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0CC82 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 204 | 130 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.2 |
| HSL | 69.73º | 0.42% | 0.65% | - |
| HSV(B) | 69.73º | 0.36% | 0.8% | - |
| XYZ | 47.36 | 56 | 29.43 | - |
| YUV | 191.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 204 | 130 | 0.06 | 0 | 0.36 | 0.2 | 69.73 | 0.42 | 0.65 |
| Hex | C0 | CC | 82 | 6 | 0 | 24 | 14 | 46 | 2A | 41 |
| Octal | 300 | 314 | 202 | 6 | 0 | 44 | 24 | 106 | 52 | 101 |
| Binary | 11000000 | 11001100 | 10000010 | 110 | 0 | 100100 | 10100 | 1000110 | 101010 | 1000001 |
Color Harmonies of #C0CC82
Complementary color
Monochromatic Colors of #C0CC82
Black with #C0CC82
Text Example
Text Example
White with #C0CC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CC82; }
p { color: rgb(192,204,130); }
H1.HeaderClassName
{
color: #C0CC82;
}
.AnyTagClassName
{
color: #C0CC82;
}
</style>
background-color css
<style>
a { background-color: #C0CC82; }
a { background-color: rgb(192,204,130); }
div.DivClassName
{
background-color: #C0CC82;
}
.BgClassName
{
background-color: #C0CC82;
}
</style>
border-color css
<style>
span { border-color: #C0CC82; }
span { border-color: rgb(192,204,130); }
td.TdClassName
{
border-color: #C0CC82;
}
.TagClassName
{
border-color: #C0CC82;
}
</style>