Shades of Deco #C7D077
Tints of Deco #C7D077
RGB
CMYK
RGB Variations
Color information
#C7D077 (or 0xC7D077) is known color: Deco. HEX triplet: C7, D0 and 77. RGB value is (199,208,119). Sum of RGB (Red+Green+Blue) = 199+208+119=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D077 is #382F88. Grayscale: #C3C3C3. Windows color (decimal): -3682185 or 7852231. OLE color: 7852231.
HSL color Cylindrical-coordinate representation of color #C7D077: hue angle of 66.07º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7D077 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 119 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.18 |
| HSL | 66.07º | 0.49% | 0.64% | - |
| HSV(B) | 66.07º | 0.43% | 0.82% | - |
| XYZ | 49.44 | 58.59 | 26.16 | - |
| YUV | 195.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 119 | 0.04 | 0 | 0.43 | 0.18 | 66.07 | 0.49 | 0.64 |
| Hex | C7 | D0 | 77 | 4 | 0 | 2B | 12 | 42 | 31 | 40 |
| Octal | 307 | 320 | 167 | 4 | 0 | 53 | 22 | 102 | 61 | 100 |
| Binary | 11000111 | 11010000 | 1110111 | 100 | 0 | 101011 | 10010 | 1000010 | 110001 | 1000000 |
Color Harmonies of #C7D077
Complementary color
Monochromatic Colors of #C7D077
Black with #C7D077
Text Example
Text Example
White with #C7D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D077; }
p { color: rgb(199,208,119); }
H1.HeaderClassName
{
color: #C7D077;
}
.AnyTagClassName
{
color: #C7D077;
}
</style>
background-color css
<style>
a { background-color: #C7D077; }
a { background-color: rgb(199,208,119); }
div.DivClassName
{
background-color: #C7D077;
}
.BgClassName
{
background-color: #C7D077;
}
</style>
border-color css
<style>
span { border-color: #C7D077; }
span { border-color: rgb(199,208,119); }
td.TdClassName
{
border-color: #C7D077;
}
.TagClassName
{
border-color: #C7D077;
}
</style>