Shades of Deco #C6C58A
Tints of Deco #C6C58A
RGB
CMYK
RGB Variations
Color information
#C6C58A (or 0xC6C58A) is known color: Deco. HEX triplet: C6, C5 and 8A. RGB value is (198,197,138). Sum of RGB (Red+Green+Blue) = 198+197+138=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C58A is #393A75. Grayscale: #BEBEBE. Windows color (decimal): -3750518 or 9094598. OLE color: 9094598.
HSL color Cylindrical-coordinate representation of color #C6C58A: hue angle of 59º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6C58A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 138 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.22 |
| HSL | 59º | 0.34% | 0.66% | - |
| HSV(B) | 59º | 0.3% | 0.78% | - |
| XYZ | 47.84 | 53.77 | 31.9 | - |
| YUV | 190.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 138 | 0 | 0.01 | 0.30 | 0.22 | 59 | 0.34 | 0.66 |
| Hex | C6 | C5 | 8A | 0 | 1 | 1E | 16 | 3B | 22 | 42 |
| Octal | 306 | 305 | 212 | 0 | 1 | 36 | 26 | 73 | 42 | 102 |
| Binary | 11000110 | 11000101 | 10001010 | 0 | 1 | 11110 | 10110 | 111011 | 100010 | 1000010 |
Color Harmonies of #C6C58A
Complementary color
Monochromatic Colors of #C6C58A
Black with #C6C58A
Text Example
Text Example
White with #C6C58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C58A; }
p { color: rgb(198,197,138); }
H1.HeaderClassName
{
color: #C6C58A;
}
.AnyTagClassName
{
color: #C6C58A;
}
</style>
background-color css
<style>
a { background-color: #C6C58A; }
a { background-color: rgb(198,197,138); }
div.DivClassName
{
background-color: #C6C58A;
}
.BgClassName
{
background-color: #C6C58A;
}
</style>
border-color css
<style>
span { border-color: #C6C58A; }
span { border-color: rgb(198,197,138); }
td.TdClassName
{
border-color: #C6C58A;
}
.TagClassName
{
border-color: #C6C58A;
}
</style>