Shades of Deco #C4D075
Tints of Deco #C4D075
RGB
CMYK
RGB Variations
Color information
#C4D075 (or 0xC4D075) is known color: Deco. HEX triplet: C4, D0 and 75. RGB value is (196,208,117). Sum of RGB (Red+Green+Blue) = 196+208+117=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #C4D075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D075 is #3B2F8A. Grayscale: #C2C2C2. Windows color (decimal): -3878795 or 7721156. OLE color: 7721156.
HSL color Cylindrical-coordinate representation of color #C4D075: hue angle of 67.91º 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 #C4D075 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 208 | 117 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.18 |
| HSL | 67.91º | 0.49% | 0.64% | - |
| HSV(B) | 67.91º | 0.44% | 0.82% | - |
| XYZ | 48.53 | 58.13 | 25.49 | - |
| YUV | 194.04 | 84.52 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 117 | 0.06 | 0 | 0.44 | 0.18 | 67.91 | 0.49 | 0.64 |
| Hex | C4 | D0 | 75 | 6 | 0 | 2C | 12 | 44 | 31 | 40 |
| Octal | 304 | 320 | 165 | 6 | 0 | 54 | 22 | 104 | 61 | 100 |
| Binary | 11000100 | 11010000 | 1110101 | 110 | 0 | 101100 | 10010 | 1000100 | 110001 | 1000000 |
Color Harmonies of #C4D075
Complementary color
Monochromatic Colors of #C4D075
Black with #C4D075
Text Example
Text Example
White with #C4D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D075; }
p { color: rgb(196,208,117); }
H1.HeaderClassName
{
color: #C4D075;
}
.AnyTagClassName
{
color: #C4D075;
}
</style>
background-color css
<style>
a { background-color: #C4D075; }
a { background-color: rgb(196,208,117); }
div.DivClassName
{
background-color: #C4D075;
}
.BgClassName
{
background-color: #C4D075;
}
</style>
border-color css
<style>
span { border-color: #C4D075; }
span { border-color: rgb(196,208,117); }
td.TdClassName
{
border-color: #C4D075;
}
.TagClassName
{
border-color: #C4D075;
}
</style>