Shades of Deco #C8C77F
Tints of Deco #C8C77F
RGB
CMYK
RGB Variations
Color information
#C8C77F (or 0xC8C77F) is known color: Deco. HEX triplet: C8, C7 and 7F. RGB value is (200,199,127). Sum of RGB (Red+Green+Blue) = 200+199+127=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C77F is #373880. Grayscale: #BFBFBF. Windows color (decimal): -3618945 or 8374216. OLE color: 8374216.
HSL color Cylindrical-coordinate representation of color #C8C77F: hue angle of 59.18º 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 #C8C77F is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 127 | - |
| CMYK | 0 | 0.00 | 0.36 | 0.22 |
| HSL | 59.18º | 0.4% | 0.64% | - |
| HSV(B) | 59.18º | 0.37% | 0.78% | - |
| XYZ | 48.07 | 54.66 | 28.1 | - |
| YUV | 191.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 127 | 0 | 0.00 | 0.36 | 0.22 | 59.18 | 0.4 | 0.64 |
| Hex | C8 | C7 | 7F | 0 | 0 | 24 | 16 | 3B | 28 | 40 |
| Octal | 310 | 307 | 177 | 0 | 0 | 44 | 26 | 73 | 50 | 100 |
| Binary | 11001000 | 11000111 | 1111111 | 0 | 0 | 100100 | 10110 | 111011 | 101000 | 1000000 |
Color Harmonies of #C8C77F
Complementary color
Monochromatic Colors of #C8C77F
Black with #C8C77F
Text Example
Text Example
White with #C8C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C77F; }
p { color: rgb(200,199,127); }
H1.HeaderClassName
{
color: #C8C77F;
}
.AnyTagClassName
{
color: #C8C77F;
}
</style>
background-color css
<style>
a { background-color: #C8C77F; }
a { background-color: rgb(200,199,127); }
div.DivClassName
{
background-color: #C8C77F;
}
.BgClassName
{
background-color: #C8C77F;
}
</style>
border-color css
<style>
span { border-color: #C8C77F; }
span { border-color: rgb(200,199,127); }
td.TdClassName
{
border-color: #C8C77F;
}
.TagClassName
{
border-color: #C8C77F;
}
</style>