Shades of Deco #C6D57B
Tints of Deco #C6D57B
RGB
CMYK
RGB Variations
Color information
#C6D57B (or 0xC6D57B) is known color: Deco. HEX triplet: C6, D5 and 7B. RGB value is (198,213,123). Sum of RGB (Red+Green+Blue) = 198+213+123=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D57B is #392A84. Grayscale: #C6C6C6. Windows color (decimal): -3746437 or 8115654. OLE color: 8115654.
HSL color Cylindrical-coordinate representation of color #C6D57B: hue angle of 70º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6D57B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 213 | 123 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.16 |
| HSL | 70º | 0.52% | 0.66% | - |
| HSV(B) | 70º | 0.42% | 0.84% | - |
| XYZ | 50.66 | 61.02 | 27.85 | - |
| YUV | 198.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 213 | 123 | 0.07 | 0 | 0.42 | 0.16 | 70 | 0.52 | 0.66 |
| Hex | C6 | D5 | 7B | 7 | 0 | 2A | 10 | 46 | 34 | 42 |
| Octal | 306 | 325 | 173 | 7 | 0 | 52 | 20 | 106 | 64 | 102 |
| Binary | 11000110 | 11010101 | 1111011 | 111 | 0 | 101010 | 10000 | 1000110 | 110100 | 1000010 |
Color Harmonies of #C6D57B
Complementary color
Monochromatic Colors of #C6D57B
Black with #C6D57B
Text Example
Text Example
White with #C6D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D57B; }
p { color: rgb(198,213,123); }
H1.HeaderClassName
{
color: #C6D57B;
}
.AnyTagClassName
{
color: #C6D57B;
}
</style>
background-color css
<style>
a { background-color: #C6D57B; }
a { background-color: rgb(198,213,123); }
div.DivClassName
{
background-color: #C6D57B;
}
.BgClassName
{
background-color: #C6D57B;
}
</style>
border-color css
<style>
span { border-color: #C6D57B; }
span { border-color: rgb(198,213,123); }
td.TdClassName
{
border-color: #C6D57B;
}
.TagClassName
{
border-color: #C6D57B;
}
</style>