Shades of Deco #C7D271
Tints of Deco #C7D271
RGB
CMYK
RGB Variations
Color information
#C7D271 (or 0xC7D271) is known color: Deco. HEX triplet: C7, D2 and 71. RGB value is (199,210,113). Sum of RGB (Red+Green+Blue) = 199+210+113=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D271 is #382D8E. Grayscale: #C4C4C4. Windows color (decimal): -3681679 or 7459527. OLE color: 7459527.
HSL color Cylindrical-coordinate representation of color #C7D271: hue angle of 66.8º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D271 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 113 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.18 |
| HSL | 66.8º | 0.52% | 0.63% | - |
| HSV(B) | 66.8º | 0.46% | 0.82% | - |
| XYZ | 49.58 | 59.43 | 24.48 | - |
| YUV | 195.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 113 | 0.05 | 0 | 0.46 | 0.18 | 66.8 | 0.52 | 0.63 |
| Hex | C7 | D2 | 71 | 5 | 0 | 2E | 12 | 43 | 34 | 3F |
| Octal | 307 | 322 | 161 | 5 | 0 | 56 | 22 | 103 | 64 | 77 |
| Binary | 11000111 | 11010010 | 1110001 | 101 | 0 | 101110 | 10010 | 1000011 | 110100 | 111111 |
Color Harmonies of #C7D271
Complementary color
Monochromatic Colors of #C7D271
Black with #C7D271
Text Example
Text Example
White with #C7D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D271; }
p { color: rgb(199,210,113); }
H1.HeaderClassName
{
color: #C7D271;
}
.AnyTagClassName
{
color: #C7D271;
}
</style>
background-color css
<style>
a { background-color: #C7D271; }
a { background-color: rgb(199,210,113); }
div.DivClassName
{
background-color: #C7D271;
}
.BgClassName
{
background-color: #C7D271;
}
</style>
border-color css
<style>
span { border-color: #C7D271; }
span { border-color: rgb(199,210,113); }
td.TdClassName
{
border-color: #C7D271;
}
.TagClassName
{
border-color: #C7D271;
}
</style>