Shades of Deco #C7D078
Tints of Deco #C7D078
RGB
CMYK
RGB Variations
Color information
#C7D078 (or 0xC7D078) is known color: Deco. HEX triplet: C7, D0 and 78. RGB value is (199,208,120). Sum of RGB (Red+Green+Blue) = 199+208+120=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 120 (47.27% from 255 or 22.77% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D078 is #382F87. Grayscale: #C3C3C3. Windows color (decimal): -3682184 or 7917767. OLE color: 7917767.
HSL color Cylindrical-coordinate representation of color #C7D078: hue angle of 66.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7D078 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
RGB | 199 | 208 | 120 | - |
CMYK | 0.04 | 0 | 0.42 | 0.18 |
HSL | 66.14º | 0.48% | 0.64% | - |
HSV(B) | 66.14º | 0.42% | 0.82% | - |
XYZ | 49.5 | 58.61 | 26.47 | - |
YUV | 195.28 | 85.52 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 208 | 120 | 0.04 | 0 | 0.42 | 0.18 | 66.14 | 0.48 | 0.64 |
Hex | C7 | D0 | 78 | 4 | 0 | 2A | 12 | 42 | 30 | 40 |
Octal | 307 | 320 | 170 | 4 | 0 | 52 | 22 | 102 | 60 | 100 |
Binary | 11000111 | 11010000 | 1111000 | 100 | 0 | 101010 | 10010 | 1000010 | 110000 | 1000000 |
Color Harmonies of #C7D078
Complementary color
Monochromatic Colors of #C7D078
Black with #C7D078
Text Example
Text Example
White with #C7D078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D078; }
p { color: rgb(199,208,120); }
H1.HeaderClassName
{
color: #C7D078;
}
.AnyTagClassName
{
color: #C7D078;
}
</style>
background-color css
<style>
a { background-color: #C7D078; }
a { background-color: rgb(199,208,120); }
div.DivClassName
{
background-color: #C7D078;
}
.BgClassName
{
background-color: #C7D078;
}
</style>
border-color css
<style>
span { border-color: #C7D078; }
span { border-color: rgb(199,208,120); }
td.TdClassName
{
border-color: #C7D078;
}
.TagClassName
{
border-color: #C7D078;
}
</style>