Shades of Deco #C8C78C
Tints of Deco #C8C78C
RGB
CMYK
RGB Variations
Color information
#C8C78C (or 0xC8C78C) is known color: Deco. HEX triplet: C8, C7 and 8C. RGB value is (200,199,140). Sum of RGB (Red+Green+Blue) = 200+199+140=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C78C is #373873. Grayscale: #C0C0C0. Windows color (decimal): -3618932 or 9226184. OLE color: 9226184.
HSL color Cylindrical-coordinate representation of color #C8C78C: hue angle of 59º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8C78C is Cyan = 0, Magento = 0.00, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 140 | - |
| CMYK | 0 | 0.00 | 0.3 | 0.22 |
| HSL | 59º | 0.35% | 0.67% | - |
| HSV(B) | 59º | 0.3% | 0.78% | - |
| XYZ | 48.98 | 55.02 | 32.85 | - |
| YUV | 192.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 140 | 0 | 0.00 | 0.3 | 0.22 | 59 | 0.35 | 0.67 |
| Hex | C8 | C7 | 8C | 0 | 0 | 1E | 16 | 3B | 23 | 43 |
| Octal | 310 | 307 | 214 | 0 | 0 | 36 | 26 | 73 | 43 | 103 |
| Binary | 11001000 | 11000111 | 10001100 | 0 | 0 | 11110 | 10110 | 111011 | 100011 | 1000011 |
Color Harmonies of #C8C78C
Complementary color
Monochromatic Colors of #C8C78C
Black with #C8C78C
Text Example
Text Example
White with #C8C78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C78C; }
p { color: rgb(200,199,140); }
H1.HeaderClassName
{
color: #C8C78C;
}
.AnyTagClassName
{
color: #C8C78C;
}
</style>
background-color css
<style>
a { background-color: #C8C78C; }
a { background-color: rgb(200,199,140); }
div.DivClassName
{
background-color: #C8C78C;
}
.BgClassName
{
background-color: #C8C78C;
}
</style>
border-color css
<style>
span { border-color: #C8C78C; }
span { border-color: rgb(200,199,140); }
td.TdClassName
{
border-color: #C8C78C;
}
.TagClassName
{
border-color: #C8C78C;
}
</style>