Shades of Deco #C6C87D
Tints of Deco #C6C87D
RGB
CMYK
RGB Variations
Color information
#C6C87D (or 0xC6C87D) is known color: Deco. HEX triplet: C6, C8 and 7D. RGB value is (198,200,125). Sum of RGB (Red+Green+Blue) = 198+200+125=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C87D is #393782. Grayscale: #BFBFBF. Windows color (decimal): -3749763 or 8243398. OLE color: 8243398.
HSL color Cylindrical-coordinate representation of color #C6C87D: hue angle of 61.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6C87D is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 200 | 125 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.22 |
| HSL | 61.6º | 0.41% | 0.64% | - |
| HSV(B) | 61.6º | 0.38% | 0.78% | - |
| XYZ | 47.64 | 54.79 | 27.47 | - |
| YUV | 190.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 200 | 125 | 0.01 | 0 | 0.38 | 0.22 | 61.6 | 0.41 | 0.64 |
| Hex | C6 | C8 | 7D | 1 | 0 | 26 | 16 | 3E | 29 | 40 |
| Octal | 306 | 310 | 175 | 1 | 0 | 46 | 26 | 76 | 51 | 100 |
| Binary | 11000110 | 11001000 | 1111101 | 1 | 0 | 100110 | 10110 | 111110 | 101001 | 1000000 |
Color Harmonies of #C6C87D
Complementary color
Monochromatic Colors of #C6C87D
Black with #C6C87D
Text Example
Text Example
White with #C6C87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C87D; }
p { color: rgb(198,200,125); }
H1.HeaderClassName
{
color: #C6C87D;
}
.AnyTagClassName
{
color: #C6C87D;
}
</style>
background-color css
<style>
a { background-color: #C6C87D; }
a { background-color: rgb(198,200,125); }
div.DivClassName
{
background-color: #C6C87D;
}
.BgClassName
{
background-color: #C6C87D;
}
</style>
border-color css
<style>
span { border-color: #C6C87D; }
span { border-color: rgb(198,200,125); }
td.TdClassName
{
border-color: #C6C87D;
}
.TagClassName
{
border-color: #C6C87D;
}
</style>