Shades of Deco #C6CB77
Tints of Deco #C6CB77
RGB
CMYK
RGB Variations
Color information
#C6CB77 (or 0xC6CB77) is known color: Deco. HEX triplet: C6, CB and 77. RGB value is (198,203,119). Sum of RGB (Red+Green+Blue) = 198+203+119=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CB77 is #393488. Grayscale: #C0C0C0. Windows color (decimal): -3749001 or 7850950. OLE color: 7850950.
HSL color Cylindrical-coordinate representation of color #C6CB77: hue angle of 63.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6CB77 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 119 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.20 |
| HSL | 63.57º | 0.45% | 0.63% | - |
| HSV(B) | 63.57º | 0.41% | 0.8% | - |
| XYZ | 47.97 | 56.05 | 25.74 | - |
| YUV | 191.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 119 | 0.02 | 0 | 0.41 | 0.20 | 63.57 | 0.45 | 0.63 |
| Hex | C6 | CB | 77 | 2 | 0 | 29 | 14 | 40 | 2D | 3F |
| Octal | 306 | 313 | 167 | 2 | 0 | 51 | 24 | 100 | 55 | 77 |
| Binary | 11000110 | 11001011 | 1110111 | 10 | 0 | 101001 | 10100 | 1000000 | 101101 | 111111 |
Color Harmonies of #C6CB77
Complementary color
Monochromatic Colors of #C6CB77
Black with #C6CB77
Text Example
Text Example
White with #C6CB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB77; }
p { color: rgb(198,203,119); }
H1.HeaderClassName
{
color: #C6CB77;
}
.AnyTagClassName
{
color: #C6CB77;
}
</style>
background-color css
<style>
a { background-color: #C6CB77; }
a { background-color: rgb(198,203,119); }
div.DivClassName
{
background-color: #C6CB77;
}
.BgClassName
{
background-color: #C6CB77;
}
</style>
border-color css
<style>
span { border-color: #C6CB77; }
span { border-color: rgb(198,203,119); }
td.TdClassName
{
border-color: #C6CB77;
}
.TagClassName
{
border-color: #C6CB77;
}
</style>