Shades of Deco #C7D672
Tints of Deco #C7D672
RGB
CMYK
RGB Variations
Color information
#C7D672 (or 0xC7D672) is known color: Deco. HEX triplet: C7, D6 and 72. RGB value is (199,214,114). Sum of RGB (Red+Green+Blue) = 199+214+114=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D672 is #38298D. Grayscale: #C6C6C6. Windows color (decimal): -3680654 or 7526087. OLE color: 7526087.
HSL color Cylindrical-coordinate representation of color #C7D672: hue angle of 69º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7D672 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 114 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.16 |
| HSL | 69º | 0.55% | 0.64% | - |
| HSV(B) | 69º | 0.47% | 0.84% | - |
| XYZ | 50.64 | 61.45 | 25.11 | - |
| YUV | 198.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 114 | 0.07 | 0 | 0.47 | 0.16 | 69 | 0.55 | 0.64 |
| Hex | C7 | D6 | 72 | 7 | 0 | 2F | 10 | 45 | 37 | 40 |
| Octal | 307 | 326 | 162 | 7 | 0 | 57 | 20 | 105 | 67 | 100 |
| Binary | 11000111 | 11010110 | 1110010 | 111 | 0 | 101111 | 10000 | 1000101 | 110111 | 1000000 |
Color Harmonies of #C7D672
Complementary color
Monochromatic Colors of #C7D672
Black with #C7D672
Text Example
Text Example
White with #C7D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D672; }
p { color: rgb(199,214,114); }
H1.HeaderClassName
{
color: #C7D672;
}
.AnyTagClassName
{
color: #C7D672;
}
</style>
background-color css
<style>
a { background-color: #C7D672; }
a { background-color: rgb(199,214,114); }
div.DivClassName
{
background-color: #C7D672;
}
.BgClassName
{
background-color: #C7D672;
}
</style>
border-color css
<style>
span { border-color: #C7D672; }
span { border-color: rgb(199,214,114); }
td.TdClassName
{
border-color: #C7D672;
}
.TagClassName
{
border-color: #C7D672;
}
</style>