Shades of Deco #C7D075
Tints of Deco #C7D075
RGB
CMYK
RGB Variations
Color information
#C7D075 (or 0xC7D075) is known color: Deco. HEX triplet: C7, D0 and 75. RGB value is (199,208,117). Sum of RGB (Red+Green+Blue) = 199+208+117=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D075 is #382F8A. Grayscale: #C3C3C3. Windows color (decimal): -3682187 or 7721159. OLE color: 7721159.
HSL color Cylindrical-coordinate representation of color #C7D075: hue angle of 65.93º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C7D075 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 117 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.18 |
| HSL | 65.93º | 0.49% | 0.64% | - |
| HSV(B) | 65.93º | 0.44% | 0.82% | - |
| XYZ | 49.32 | 58.54 | 25.53 | - |
| YUV | 194.94 | 84.02 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 117 | 0.04 | 0 | 0.44 | 0.18 | 65.93 | 0.49 | 0.64 |
| Hex | C7 | D0 | 75 | 4 | 0 | 2C | 12 | 42 | 31 | 40 |
| Octal | 307 | 320 | 165 | 4 | 0 | 54 | 22 | 102 | 61 | 100 |
| Binary | 11000111 | 11010000 | 1110101 | 100 | 0 | 101100 | 10010 | 1000010 | 110001 | 1000000 |
Color Harmonies of #C7D075
Complementary color
Monochromatic Colors of #C7D075
Black with #C7D075
Text Example
Text Example
White with #C7D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D075; }
p { color: rgb(199,208,117); }
H1.HeaderClassName
{
color: #C7D075;
}
.AnyTagClassName
{
color: #C7D075;
}
</style>
background-color css
<style>
a { background-color: #C7D075; }
a { background-color: rgb(199,208,117); }
div.DivClassName
{
background-color: #C7D075;
}
.BgClassName
{
background-color: #C7D075;
}
</style>
border-color css
<style>
span { border-color: #C7D075; }
span { border-color: rgb(199,208,117); }
td.TdClassName
{
border-color: #C7D075;
}
.TagClassName
{
border-color: #C7D075;
}
</style>