Shades of Deco #C6C783
Tints of Deco #C6C783
RGB
CMYK
RGB Variations
Color information
#C6C783 (or 0xC6C783) is known color: Deco. HEX triplet: C6, C7 and 83. RGB value is (198,199,131). Sum of RGB (Red+Green+Blue) = 198+199+131=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 199 - color contains mainly: green. Hex color #C6C783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C783 is #39387C. Grayscale: #BFBFBF. Windows color (decimal): -3750013 or 8636358. OLE color: 8636358.
HSL color Cylindrical-coordinate representation of color #C6C783: hue angle of 60.88º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6C783 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 199 | 131 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.22 |
| HSL | 60.88º | 0.38% | 0.65% | - |
| HSV(B) | 60.88º | 0.34% | 0.78% | - |
| XYZ | 47.81 | 54.49 | 29.47 | - |
| YUV | 190.95 | 94.17 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 199 | 131 | 0.01 | 0 | 0.34 | 0.22 | 60.88 | 0.38 | 0.65 |
| Hex | C6 | C7 | 83 | 1 | 0 | 22 | 16 | 3D | 26 | 41 |
| Octal | 306 | 307 | 203 | 1 | 0 | 42 | 26 | 75 | 46 | 101 |
| Binary | 11000110 | 11000111 | 10000011 | 1 | 0 | 100010 | 10110 | 111101 | 100110 | 1000001 |
Color Harmonies of #C6C783
Complementary color
Monochromatic Colors of #C6C783
Black with #C6C783
Text Example
Text Example
White with #C6C783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C783; }
p { color: rgb(198,199,131); }
H1.HeaderClassName
{
color: #C6C783;
}
.AnyTagClassName
{
color: #C6C783;
}
</style>
background-color css
<style>
a { background-color: #C6C783; }
a { background-color: rgb(198,199,131); }
div.DivClassName
{
background-color: #C6C783;
}
.BgClassName
{
background-color: #C6C783;
}
</style>
border-color css
<style>
span { border-color: #C6C783; }
span { border-color: rgb(198,199,131); }
td.TdClassName
{
border-color: #C6C783;
}
.TagClassName
{
border-color: #C6C783;
}
</style>