Shades of Deco #C8D678
Tints of Deco #C8D678
RGB
CMYK
RGB Variations
Color information
#C8D678 (or 0xC8D678) is known color: Deco. HEX triplet: C8, D6 and 78. RGB value is (200,214,120). Sum of RGB (Red+Green+Blue) = 200+214+120=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D678 is #372987. Grayscale: #C7C7C7. Windows color (decimal): -3615112 or 7919304. OLE color: 7919304.
HSL color Cylindrical-coordinate representation of color #C8D678: hue angle of 68.94º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8D678 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 120 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.16 |
| HSL | 68.94º | 0.53% | 0.65% | - |
| HSV(B) | 68.94º | 0.44% | 0.84% | - |
| XYZ | 51.26 | 61.73 | 26.98 | - |
| YUV | 199.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 120 | 0.07 | 0 | 0.44 | 0.16 | 68.94 | 0.53 | 0.65 |
| Hex | C8 | D6 | 78 | 7 | 0 | 2C | 10 | 45 | 35 | 41 |
| Octal | 310 | 326 | 170 | 7 | 0 | 54 | 20 | 105 | 65 | 101 |
| Binary | 11001000 | 11010110 | 1111000 | 111 | 0 | 101100 | 10000 | 1000101 | 110101 | 1000001 |
Color Harmonies of #C8D678
Complementary color
Monochromatic Colors of #C8D678
Black with #C8D678
Text Example
Text Example
White with #C8D678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D678; }
p { color: rgb(200,214,120); }
H1.HeaderClassName
{
color: #C8D678;
}
.AnyTagClassName
{
color: #C8D678;
}
</style>
background-color css
<style>
a { background-color: #C8D678; }
a { background-color: rgb(200,214,120); }
div.DivClassName
{
background-color: #C8D678;
}
.BgClassName
{
background-color: #C8D678;
}
</style>
border-color css
<style>
span { border-color: #C8D678; }
span { border-color: rgb(200,214,120); }
td.TdClassName
{
border-color: #C8D678;
}
.TagClassName
{
border-color: #C8D678;
}
</style>