Shades of Wild Willow #C7CC6B
Tints of Wild Willow #C7CC6B
RGB
CMYK
RGB Variations
Color information
#C7CC6B (or 0xC7CC6B) is known color: Wild Willow. HEX triplet: C7, CC and 6B. RGB value is (199,204,107). Sum of RGB (Red+Green+Blue) = 199+204+107=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7CC6B is #383394. Grayscale: #BFBFBF. Windows color (decimal): -3683221 or 7064775. OLE color: 7064775.
HSL color Cylindrical-coordinate representation of color #C7CC6B: hue angle of 63.09º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7CC6B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 107 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.2 |
| HSL | 63.09º | 0.49% | 0.61% | - |
| HSV(B) | 63.09º | 0.48% | 0.8% | - |
| XYZ | 47.8 | 56.39 | 22.27 | - |
| YUV | 191.45 | 80.34 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 107 | 0.02 | 0 | 0.48 | 0.2 | 63.09 | 0.49 | 0.61 |
| Hex | C7 | CC | 6B | 2 | 0 | 30 | 14 | 3F | 31 | 3D |
| Octal | 307 | 314 | 153 | 2 | 0 | 60 | 24 | 77 | 61 | 75 |
| Binary | 11000111 | 11001100 | 1101011 | 10 | 0 | 110000 | 10100 | 111111 | 110001 | 111101 |
Color Harmonies of #C7CC6B
Complementary color
Monochromatic Colors of #C7CC6B
Black with #C7CC6B
Text Example
Text Example
White with #C7CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC6B; }
p { color: rgb(199,204,107); }
H1.HeaderClassName
{
color: #C7CC6B;
}
.AnyTagClassName
{
color: #C7CC6B;
}
</style>
background-color css
<style>
a { background-color: #C7CC6B; }
a { background-color: rgb(199,204,107); }
div.DivClassName
{
background-color: #C7CC6B;
}
.BgClassName
{
background-color: #C7CC6B;
}
</style>
border-color css
<style>
span { border-color: #C7CC6B; }
span { border-color: rgb(199,204,107); }
td.TdClassName
{
border-color: #C7CC6B;
}
.TagClassName
{
border-color: #C7CC6B;
}
</style>