Shades of Wild Willow #C4CB66
Tints of Wild Willow #C4CB66
RGB
CMYK
RGB Variations
Color information
#C4CB66 (or 0xC4CB66) is known color: Wild Willow. HEX triplet: C4, CB and 66. RGB value is (196,203,102). Sum of RGB (Red+Green+Blue) = 196+203+102=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CB66 is #3B3499. Grayscale: #BDBDBD. Windows color (decimal): -3880090 or 6736836. OLE color: 6736836.
HSL color Cylindrical-coordinate representation of color #C4CB66: hue angle of 64.16º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4CB66 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 203 | 102 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.20 |
| HSL | 64.16º | 0.49% | 0.6% | - |
| HSV(B) | 64.16º | 0.5% | 0.8% | - |
| XYZ | 46.52 | 55.41 | 20.81 | - |
| YUV | 189.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 102 | 0.03 | 0 | 0.50 | 0.20 | 64.16 | 0.49 | 0.6 |
| Hex | C4 | CB | 66 | 3 | 0 | 32 | 14 | 40 | 31 | 3C |
| Octal | 304 | 313 | 146 | 3 | 0 | 62 | 24 | 100 | 61 | 74 |
| Binary | 11000100 | 11001011 | 1100110 | 11 | 0 | 110010 | 10100 | 1000000 | 110001 | 111100 |
Color Harmonies of #C4CB66
Complementary color
Monochromatic Colors of #C4CB66
Black with #C4CB66
Text Example
Text Example
White with #C4CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CB66; }
p { color: rgb(196,203,102); }
H1.HeaderClassName
{
color: #C4CB66;
}
.AnyTagClassName
{
color: #C4CB66;
}
</style>
background-color css
<style>
a { background-color: #C4CB66; }
a { background-color: rgb(196,203,102); }
div.DivClassName
{
background-color: #C4CB66;
}
.BgClassName
{
background-color: #C4CB66;
}
</style>
border-color css
<style>
span { border-color: #C4CB66; }
span { border-color: rgb(196,203,102); }
td.TdClassName
{
border-color: #C4CB66;
}
.TagClassName
{
border-color: #C4CB66;
}
</style>