Shades of Deco #C0CF82
Tints of Deco #C0CF82
RGB
CMYK
RGB Variations
Color information
#C0CF82 (or 0xC0CF82) is known color: Deco. HEX triplet: C0, CF and 82. RGB value is (192,207,130). Sum of RGB (Red+Green+Blue) = 192+207+130=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF82 is #3F307D. Grayscale: #C2C2C2. Windows color (decimal): -4141182 or 8572864. OLE color: 8572864.
HSL color Cylindrical-coordinate representation of color #C0CF82: hue angle of 71.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C0CF82 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 130 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.19 |
| HSL | 71.69º | 0.45% | 0.66% | - |
| HSV(B) | 71.69º | 0.37% | 0.81% | - |
| XYZ | 48.08 | 57.44 | 29.67 | - |
| YUV | 193.74 | 92.03 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 130 | 0.07 | 0 | 0.37 | 0.19 | 71.69 | 0.45 | 0.66 |
| Hex | C0 | CF | 82 | 7 | 0 | 25 | 13 | 48 | 2D | 42 |
| Octal | 300 | 317 | 202 | 7 | 0 | 45 | 23 | 110 | 55 | 102 |
| Binary | 11000000 | 11001111 | 10000010 | 111 | 0 | 100101 | 10011 | 1001000 | 101101 | 1000010 |
Color Harmonies of #C0CF82
Complementary color
Monochromatic Colors of #C0CF82
Black with #C0CF82
Text Example
Text Example
White with #C0CF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF82; }
p { color: rgb(192,207,130); }
H1.HeaderClassName
{
color: #C0CF82;
}
.AnyTagClassName
{
color: #C0CF82;
}
</style>
background-color css
<style>
a { background-color: #C0CF82; }
a { background-color: rgb(192,207,130); }
div.DivClassName
{
background-color: #C0CF82;
}
.BgClassName
{
background-color: #C0CF82;
}
</style>
border-color css
<style>
span { border-color: #C0CF82; }
span { border-color: rgb(192,207,130); }
td.TdClassName
{
border-color: #C0CF82;
}
.TagClassName
{
border-color: #C0CF82;
}
</style>