Shades of Deco #C8C77E
Tints of Deco #C8C77E
RGB
CMYK
RGB Variations
Color information
#C8C77E (or 0xC8C77E) is known color: Deco. HEX triplet: C8, C7 and 7E. RGB value is (200,199,126). Sum of RGB (Red+Green+Blue) = 200+199+126=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C77E is #373881. Grayscale: #BFBFBF. Windows color (decimal): -3618946 or 8308680. OLE color: 8308680.
HSL color Cylindrical-coordinate representation of color #C8C77E: hue angle of 59.19º 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 #C8C77E is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 126 | - |
| CMYK | 0 | 0.00 | 0.37 | 0.22 |
| HSL | 59.19º | 0.4% | 0.64% | - |
| HSV(B) | 59.19º | 0.37% | 0.78% | - |
| XYZ | 48.01 | 54.63 | 27.75 | - |
| YUV | 190.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 126 | 0 | 0.00 | 0.37 | 0.22 | 59.19 | 0.4 | 0.64 |
| Hex | C8 | C7 | 7E | 0 | 0 | 25 | 16 | 3B | 28 | 40 |
| Octal | 310 | 307 | 176 | 0 | 0 | 45 | 26 | 73 | 50 | 100 |
| Binary | 11001000 | 11000111 | 1111110 | 0 | 0 | 100101 | 10110 | 111011 | 101000 | 1000000 |
Color Harmonies of #C8C77E
Complementary color
Monochromatic Colors of #C8C77E
Black with #C8C77E
Text Example
Text Example
White with #C8C77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C77E; }
p { color: rgb(200,199,126); }
H1.HeaderClassName
{
color: #C8C77E;
}
.AnyTagClassName
{
color: #C8C77E;
}
</style>
background-color css
<style>
a { background-color: #C8C77E; }
a { background-color: rgb(200,199,126); }
div.DivClassName
{
background-color: #C8C77E;
}
.BgClassName
{
background-color: #C8C77E;
}
</style>
border-color css
<style>
span { border-color: #C8C77E; }
span { border-color: rgb(200,199,126); }
td.TdClassName
{
border-color: #C8C77E;
}
.TagClassName
{
border-color: #C8C77E;
}
</style>