Shades of Deco #C6D27A
Tints of Deco #C6D27A
RGB
CMYK
RGB Variations
Color information
#C6D27A (or 0xC6D27A) is known color: Deco. HEX triplet: C6, D2 and 7A. RGB value is (198,210,122). Sum of RGB (Red+Green+Blue) = 198+210+122=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D27A is #392D85. Grayscale: #C4C4C4. Windows color (decimal): -3747206 or 8049350. OLE color: 8049350.
HSL color Cylindrical-coordinate representation of color #C6D27A: hue angle of 68.18º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6D27A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 210 | 122 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.18 |
| HSL | 68.18º | 0.49% | 0.65% | - |
| HSV(B) | 68.18º | 0.42% | 0.82% | - |
| XYZ | 49.85 | 59.5 | 27.27 | - |
| YUV | 196.38 | 86.02 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 122 | 0.06 | 0 | 0.42 | 0.18 | 68.18 | 0.49 | 0.65 |
| Hex | C6 | D2 | 7A | 6 | 0 | 2A | 12 | 44 | 31 | 41 |
| Octal | 306 | 322 | 172 | 6 | 0 | 52 | 22 | 104 | 61 | 101 |
| Binary | 11000110 | 11010010 | 1111010 | 110 | 0 | 101010 | 10010 | 1000100 | 110001 | 1000001 |
Color Harmonies of #C6D27A
Complementary color
Monochromatic Colors of #C6D27A
Black with #C6D27A
Text Example
Text Example
White with #C6D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D27A; }
p { color: rgb(198,210,122); }
H1.HeaderClassName
{
color: #C6D27A;
}
.AnyTagClassName
{
color: #C6D27A;
}
</style>
background-color css
<style>
a { background-color: #C6D27A; }
a { background-color: rgb(198,210,122); }
div.DivClassName
{
background-color: #C6D27A;
}
.BgClassName
{
background-color: #C6D27A;
}
</style>
border-color css
<style>
span { border-color: #C6D27A; }
span { border-color: rgb(198,210,122); }
td.TdClassName
{
border-color: #C6D27A;
}
.TagClassName
{
border-color: #C6D27A;
}
</style>