Shades of Deco #C4D57A
Tints of Deco #C4D57A
RGB
CMYK
RGB Variations
Color information
#C4D57A (or 0xC4D57A) is known color: Deco. HEX triplet: C4, D5 and 7A. RGB value is (196,213,122). Sum of RGB (Red+Green+Blue) = 196+213+122=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #C4D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D57A is #3B2A85. Grayscale: #C5C5C5. Windows color (decimal): -3877510 or 8050116. OLE color: 8050116.
HSL color Cylindrical-coordinate representation of color #C4D57A: hue angle of 71.21º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4D57A is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 213 | 122 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.16 |
| HSL | 71.21º | 0.52% | 0.66% | - |
| HSV(B) | 71.21º | 0.43% | 0.84% | - |
| XYZ | 50.07 | 60.73 | 27.5 | - |
| YUV | 197.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 122 | 0.08 | 0 | 0.43 | 0.16 | 71.21 | 0.52 | 0.66 |
| Hex | C4 | D5 | 7A | 8 | 0 | 2B | 10 | 47 | 34 | 42 |
| Octal | 304 | 325 | 172 | 10 | 0 | 53 | 20 | 107 | 64 | 102 |
| Binary | 11000100 | 11010101 | 1111010 | 1000 | 0 | 101011 | 10000 | 1000111 | 110100 | 1000010 |
Color Harmonies of #C4D57A
Complementary color
Monochromatic Colors of #C4D57A
Black with #C4D57A
Text Example
Text Example
White with #C4D57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D57A; }
p { color: rgb(196,213,122); }
H1.HeaderClassName
{
color: #C4D57A;
}
.AnyTagClassName
{
color: #C4D57A;
}
</style>
background-color css
<style>
a { background-color: #C4D57A; }
a { background-color: rgb(196,213,122); }
div.DivClassName
{
background-color: #C4D57A;
}
.BgClassName
{
background-color: #C4D57A;
}
</style>
border-color css
<style>
span { border-color: #C4D57A; }
span { border-color: rgb(196,213,122); }
td.TdClassName
{
border-color: #C4D57A;
}
.TagClassName
{
border-color: #C4D57A;
}
</style>