Shades of Deco #C4D773
Tints of Deco #C4D773
RGB
CMYK
RGB Variations
Color information
#C4D773 (or 0xC4D773) is known color: Deco. HEX triplet: C4, D7 and 73. RGB value is (196,215,115). Sum of RGB (Red+Green+Blue) = 196+215+115=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #C4D773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D773 is #3B288C. Grayscale: #C6C6C6. Windows color (decimal): -3877005 or 7591876. OLE color: 7591876.
HSL color Cylindrical-coordinate representation of color #C4D773: hue angle of 71.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4D773 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 215 | 115 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.16 |
| HSL | 71.4º | 0.56% | 0.65% | - |
| HSV(B) | 71.4º | 0.47% | 0.84% | - |
| XYZ | 50.16 | 61.57 | 25.46 | - |
| YUV | 197.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 215 | 115 | 0.09 | 0 | 0.47 | 0.16 | 71.4 | 0.56 | 0.65 |
| Hex | C4 | D7 | 73 | 9 | 0 | 2F | 10 | 47 | 38 | 41 |
| Octal | 304 | 327 | 163 | 11 | 0 | 57 | 20 | 107 | 70 | 101 |
| Binary | 11000100 | 11010111 | 1110011 | 1001 | 0 | 101111 | 10000 | 1000111 | 111000 | 1000001 |
Color Harmonies of #C4D773
Complementary color
Monochromatic Colors of #C4D773
Black with #C4D773
Text Example
Text Example
White with #C4D773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D773; }
p { color: rgb(196,215,115); }
H1.HeaderClassName
{
color: #C4D773;
}
.AnyTagClassName
{
color: #C4D773;
}
</style>
background-color css
<style>
a { background-color: #C4D773; }
a { background-color: rgb(196,215,115); }
div.DivClassName
{
background-color: #C4D773;
}
.BgClassName
{
background-color: #C4D773;
}
</style>
border-color css
<style>
span { border-color: #C4D773; }
span { border-color: rgb(196,215,115); }
td.TdClassName
{
border-color: #C4D773;
}
.TagClassName
{
border-color: #C4D773;
}
</style>