Shades of Deco #C6CF71
Tints of Deco #C6CF71
RGB
CMYK
RGB Variations
Color information
#C6CF71 (or 0xC6CF71) is known color: Deco. HEX triplet: C6, CF and 71. RGB value is (198,207,113). Sum of RGB (Red+Green+Blue) = 198+207+113=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CF71 is #39308E. Grayscale: #C1C1C1. Windows color (decimal): -3747983 or 7458758. OLE color: 7458758.
HSL color Cylindrical-coordinate representation of color #C6CF71: hue angle of 65.74º degrees, saturation: 0.49, 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 #C6CF71 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 207 | 113 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.19 |
| HSL | 65.74º | 0.49% | 0.63% | - |
| HSV(B) | 65.74º | 0.45% | 0.81% | - |
| XYZ | 48.58 | 57.82 | 24.22 | - |
| YUV | 193.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 207 | 113 | 0.04 | 0 | 0.45 | 0.19 | 65.74 | 0.49 | 0.63 |
| Hex | C6 | CF | 71 | 4 | 0 | 2D | 13 | 42 | 31 | 3F |
| Octal | 306 | 317 | 161 | 4 | 0 | 55 | 23 | 102 | 61 | 77 |
| Binary | 11000110 | 11001111 | 1110001 | 100 | 0 | 101101 | 10011 | 1000010 | 110001 | 111111 |
Color Harmonies of #C6CF71
Complementary color
Monochromatic Colors of #C6CF71
Black with #C6CF71
Text Example
Text Example
White with #C6CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CF71; }
p { color: rgb(198,207,113); }
H1.HeaderClassName
{
color: #C6CF71;
}
.AnyTagClassName
{
color: #C6CF71;
}
</style>
background-color css
<style>
a { background-color: #C6CF71; }
a { background-color: rgb(198,207,113); }
div.DivClassName
{
background-color: #C6CF71;
}
.BgClassName
{
background-color: #C6CF71;
}
</style>
border-color css
<style>
span { border-color: #C6CF71; }
span { border-color: rgb(198,207,113); }
td.TdClassName
{
border-color: #C6CF71;
}
.TagClassName
{
border-color: #C6CF71;
}
</style>