Shades of Deco #C4CE72
Tints of Deco #C4CE72
RGB
CMYK
RGB Variations
Color information
#C4CE72 (or 0xC4CE72) is known color: Deco. HEX triplet: C4, CE and 72. RGB value is (196,206,114). Sum of RGB (Red+Green+Blue) = 196+206+114=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE72 is #3B318D. Grayscale: #C0C0C0. Windows color (decimal): -3879310 or 7524036. OLE color: 7524036.
HSL color Cylindrical-coordinate representation of color #C4CE72: hue angle of 66.52º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4CE72 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
RGB | 196 | 206 | 114 | - |
CMYK | 0.05 | 0 | 0.45 | 0.19 |
HSL | 66.52º | 0.48% | 0.63% | - |
HSV(B) | 66.52º | 0.45% | 0.81% | - |
XYZ | 47.87 | 57.09 | 24.42 | - |
YUV | 192.52 | 83.69 | 130.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 206 | 114 | 0.05 | 0 | 0.45 | 0.19 | 66.52 | 0.48 | 0.63 |
Hex | C4 | CE | 72 | 5 | 0 | 2D | 13 | 43 | 30 | 3F |
Octal | 304 | 316 | 162 | 5 | 0 | 55 | 23 | 103 | 60 | 77 |
Binary | 11000100 | 11001110 | 1110010 | 101 | 0 | 101101 | 10011 | 1000011 | 110000 | 111111 |
Color Harmonies of #C4CE72
Complementary color
Monochromatic Colors of #C4CE72
Black with #C4CE72
Text Example
Text Example
White with #C4CE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE72; }
p { color: rgb(196,206,114); }
H1.HeaderClassName
{
color: #C4CE72;
}
.AnyTagClassName
{
color: #C4CE72;
}
</style>
background-color css
<style>
a { background-color: #C4CE72; }
a { background-color: rgb(196,206,114); }
div.DivClassName
{
background-color: #C4CE72;
}
.BgClassName
{
background-color: #C4CE72;
}
</style>
border-color css
<style>
span { border-color: #C4CE72; }
span { border-color: rgb(196,206,114); }
td.TdClassName
{
border-color: #C4CE72;
}
.TagClassName
{
border-color: #C4CE72;
}
</style>