Shades of Wild Willow #C7CC6C
Tints of Wild Willow #C7CC6C
RGB
CMYK
RGB Variations
Color information
#C7CC6C (or 0xC7CC6C) is known color: Wild Willow. HEX triplet: C7, CC and 6C. RGB value is (199,204,108). Sum of RGB (Red+Green+Blue) = 199+204+108=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CC6C is #383393. Grayscale: #BFBFBF. Windows color (decimal): -3683220 or 7130311. OLE color: 7130311.
HSL color Cylindrical-coordinate representation of color #C7CC6C: hue angle of 63.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7CC6C is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 108 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.2 |
| HSL | 63.13º | 0.48% | 0.61% | - |
| HSV(B) | 63.13º | 0.47% | 0.8% | - |
| XYZ | 47.85 | 56.41 | 22.55 | - |
| YUV | 191.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 108 | 0.02 | 0 | 0.47 | 0.2 | 63.13 | 0.48 | 0.61 |
| Hex | C7 | CC | 6C | 2 | 0 | 2F | 14 | 3F | 30 | 3D |
| Octal | 307 | 314 | 154 | 2 | 0 | 57 | 24 | 77 | 60 | 75 |
| Binary | 11000111 | 11001100 | 1101100 | 10 | 0 | 101111 | 10100 | 111111 | 110000 | 111101 |
Color Harmonies of #C7CC6C
Complementary color
Monochromatic Colors of #C7CC6C
Black with #C7CC6C
Text Example
Text Example
White with #C7CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC6C; }
p { color: rgb(199,204,108); }
H1.HeaderClassName
{
color: #C7CC6C;
}
.AnyTagClassName
{
color: #C7CC6C;
}
</style>
background-color css
<style>
a { background-color: #C7CC6C; }
a { background-color: rgb(199,204,108); }
div.DivClassName
{
background-color: #C7CC6C;
}
.BgClassName
{
background-color: #C7CC6C;
}
</style>
border-color css
<style>
span { border-color: #C7CC6C; }
span { border-color: rgb(199,204,108); }
td.TdClassName
{
border-color: #C7CC6C;
}
.TagClassName
{
border-color: #C7CC6C;
}
</style>