Shades of Wild Willow #C3CB6F
Tints of Wild Willow #C3CB6F
RGB
CMYK
RGB Variations
Color information
#C3CB6F (or 0xC3CB6F) is known color: Wild Willow. HEX triplet: C3, CB and 6F. RGB value is (195,203,111). Sum of RGB (Red+Green+Blue) = 195+203+111=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CB6F is #3C3490. Grayscale: #BEBEBE. Windows color (decimal): -3945617 or 7326659. OLE color: 7326659.
HSL color Cylindrical-coordinate representation of color #C3CB6F: hue angle of 65.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C3CB6F is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 111 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.20 |
| HSL | 65.22º | 0.47% | 0.62% | - |
| HSV(B) | 65.22º | 0.45% | 0.8% | - |
| XYZ | 46.73 | 55.46 | 23.28 | - |
| YUV | 190.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 111 | 0.04 | 0 | 0.45 | 0.20 | 65.22 | 0.47 | 0.62 |
| Hex | C3 | CB | 6F | 4 | 0 | 2D | 14 | 41 | 2F | 3E |
| Octal | 303 | 313 | 157 | 4 | 0 | 55 | 24 | 101 | 57 | 76 |
| Binary | 11000011 | 11001011 | 1101111 | 100 | 0 | 101101 | 10100 | 1000001 | 101111 | 111110 |
Color Harmonies of #C3CB6F
Complementary color
Monochromatic Colors of #C3CB6F
Black with #C3CB6F
Text Example
Text Example
White with #C3CB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB6F; }
p { color: rgb(195,203,111); }
H1.HeaderClassName
{
color: #C3CB6F;
}
.AnyTagClassName
{
color: #C3CB6F;
}
</style>
background-color css
<style>
a { background-color: #C3CB6F; }
a { background-color: rgb(195,203,111); }
div.DivClassName
{
background-color: #C3CB6F;
}
.BgClassName
{
background-color: #C3CB6F;
}
</style>
border-color css
<style>
span { border-color: #C3CB6F; }
span { border-color: rgb(195,203,111); }
td.TdClassName
{
border-color: #C3CB6F;
}
.TagClassName
{
border-color: #C3CB6F;
}
</style>