Shades of Deco #C8C87E
Tints of Deco #C8C87E
RGB
CMYK
RGB Variations
Color information
#C8C87E (or 0xC8C87E) is known color: Deco. HEX triplet: C8, C8 and 7E. RGB value is (200,200,126). Sum of RGB (Red+Green+Blue) = 200+200+126=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C87E is #373781. Grayscale: #BFBFBF. Windows color (decimal): -3618690 or 8308936. OLE color: 8308936.
HSL color Cylindrical-coordinate representation of color #C8C87E: hue angle of 60º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8C87E is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 200 | 126 | - |
| CMYK | 0 | 0 | 0.37 | 0.22 |
| HSL | 60º | 0.4% | 0.64% | - |
| HSV(B) | 60º | 0.37% | 0.78% | - |
| XYZ | 48.24 | 55.09 | 27.83 | - |
| YUV | 191.56 | 91 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 200 | 126 | 0 | 0 | 0.37 | 0.22 | 60 | 0.4 | 0.64 |
| Hex | C8 | C8 | 7E | 0 | 0 | 25 | 16 | 3C | 28 | 40 |
| Octal | 310 | 310 | 176 | 0 | 0 | 45 | 26 | 74 | 50 | 100 |
| Binary | 11001000 | 11001000 | 1111110 | 0 | 0 | 100101 | 10110 | 111100 | 101000 | 1000000 |
Color Harmonies of #C8C87E
Complementary color
Monochromatic Colors of #C8C87E
Black with #C8C87E
Text Example
Text Example
White with #C8C87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C87E; }
p { color: rgb(200,200,126); }
H1.HeaderClassName
{
color: #C8C87E;
}
.AnyTagClassName
{
color: #C8C87E;
}
</style>
background-color css
<style>
a { background-color: #C8C87E; }
a { background-color: rgb(200,200,126); }
div.DivClassName
{
background-color: #C8C87E;
}
.BgClassName
{
background-color: #C8C87E;
}
</style>
border-color css
<style>
span { border-color: #C8C87E; }
span { border-color: rgb(200,200,126); }
td.TdClassName
{
border-color: #C8C87E;
}
.TagClassName
{
border-color: #C8C87E;
}
</style>