Shades of Deco #C6CD74
Tints of Deco #C6CD74
RGB
CMYK
RGB Variations
Color information
#C6CD74 (or 0xC6CD74) is known color: Deco. HEX triplet: C6, CD and 74. RGB value is (198,205,116). Sum of RGB (Red+Green+Blue) = 198+205+116=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CD74 is #39328B. Grayscale: #C1C1C1. Windows color (decimal): -3748492 or 7654854. OLE color: 7654854.
HSL color Cylindrical-coordinate representation of color #C6CD74: hue angle of 64.72º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6CD74 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 116 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.20 |
| HSL | 64.72º | 0.47% | 0.63% | - |
| HSV(B) | 64.72º | 0.43% | 0.8% | - |
| XYZ | 48.27 | 56.93 | 24.97 | - |
| YUV | 192.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 116 | 0.03 | 0 | 0.43 | 0.20 | 64.72 | 0.47 | 0.63 |
| Hex | C6 | CD | 74 | 3 | 0 | 2B | 14 | 41 | 2F | 3F |
| Octal | 306 | 315 | 164 | 3 | 0 | 53 | 24 | 101 | 57 | 77 |
| Binary | 11000110 | 11001101 | 1110100 | 11 | 0 | 101011 | 10100 | 1000001 | 101111 | 111111 |
Color Harmonies of #C6CD74
Complementary color
Monochromatic Colors of #C6CD74
Black with #C6CD74
Text Example
Text Example
White with #C6CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CD74; }
p { color: rgb(198,205,116); }
H1.HeaderClassName
{
color: #C6CD74;
}
.AnyTagClassName
{
color: #C6CD74;
}
</style>
background-color css
<style>
a { background-color: #C6CD74; }
a { background-color: rgb(198,205,116); }
div.DivClassName
{
background-color: #C6CD74;
}
.BgClassName
{
background-color: #C6CD74;
}
</style>
border-color css
<style>
span { border-color: #C6CD74; }
span { border-color: rgb(198,205,116); }
td.TdClassName
{
border-color: #C6CD74;
}
.TagClassName
{
border-color: #C6CD74;
}
</style>