Shades of Deco #C6C682
Tints of Deco #C6C682
RGB
CMYK
RGB Variations
Color information
#C6C682 (or 0xC6C682) is known color: Deco. HEX triplet: C6, C6 and 82. RGB value is (198,198,130). Sum of RGB (Red+Green+Blue) = 198+198+130=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 198 - color contains mainly: red, green. Hex color #C6C682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C682 is #39397D. Grayscale: #BEBEBE. Windows color (decimal): -3750270 or 8570566. OLE color: 8570566.
HSL color Cylindrical-coordinate representation of color #C6C682: hue angle of 60º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6C682 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 198 | 130 | - |
| CMYK | 0 | 0 | 0.34 | 0.22 |
| HSL | 60º | 0.37% | 0.64% | - |
| HSV(B) | 60º | 0.34% | 0.78% | - |
| XYZ | 47.51 | 54.01 | 29.04 | - |
| YUV | 190.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 198 | 130 | 0 | 0 | 0.34 | 0.22 | 60 | 0.37 | 0.64 |
| Hex | C6 | C6 | 82 | 0 | 0 | 22 | 16 | 3C | 25 | 40 |
| Octal | 306 | 306 | 202 | 0 | 0 | 42 | 26 | 74 | 45 | 100 |
| Binary | 11000110 | 11000110 | 10000010 | 0 | 0 | 100010 | 10110 | 111100 | 100101 | 1000000 |
Color Harmonies of #C6C682
Complementary color
Monochromatic Colors of #C6C682
Black with #C6C682
Text Example
Text Example
White with #C6C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C682; }
p { color: rgb(198,198,130); }
H1.HeaderClassName
{
color: #C6C682;
}
.AnyTagClassName
{
color: #C6C682;
}
</style>
background-color css
<style>
a { background-color: #C6C682; }
a { background-color: rgb(198,198,130); }
div.DivClassName
{
background-color: #C6C682;
}
.BgClassName
{
background-color: #C6C682;
}
</style>
border-color css
<style>
span { border-color: #C6C682; }
span { border-color: rgb(198,198,130); }
td.TdClassName
{
border-color: #C6C682;
}
.TagClassName
{
border-color: #C6C682;
}
</style>