Shades of Wild Willow #C8CB6E
Tints of Wild Willow #C8CB6E
RGB
CMYK
RGB Variations
Color information
#C8CB6E (or 0xC8CB6E) is known color: Wild Willow. HEX triplet: C8, CB and 6E. RGB value is (200,203,110). Sum of RGB (Red+Green+Blue) = 200+203+110=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CB6E is #373491. Grayscale: #BFBFBF. Windows color (decimal): -3617938 or 7261128. OLE color: 7261128.
HSL color Cylindrical-coordinate representation of color #C8CB6E: hue angle of 61.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8CB6E is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 203 | 110 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.20 |
| HSL | 61.94º | 0.47% | 0.61% | - |
| HSV(B) | 61.94º | 0.46% | 0.8% | - |
| XYZ | 47.99 | 56.12 | 23.05 | - |
| YUV | 191.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 110 | 0.01 | 0 | 0.46 | 0.20 | 61.94 | 0.47 | 0.61 |
| Hex | C8 | CB | 6E | 1 | 0 | 2E | 14 | 3E | 2F | 3D |
| Octal | 310 | 313 | 156 | 1 | 0 | 56 | 24 | 76 | 57 | 75 |
| Binary | 11001000 | 11001011 | 1101110 | 1 | 0 | 101110 | 10100 | 111110 | 101111 | 111101 |
Color Harmonies of #C8CB6E
Complementary color
Monochromatic Colors of #C8CB6E
Black with #C8CB6E
Text Example
Text Example
White with #C8CB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CB6E; }
p { color: rgb(200,203,110); }
H1.HeaderClassName
{
color: #C8CB6E;
}
.AnyTagClassName
{
color: #C8CB6E;
}
</style>
background-color css
<style>
a { background-color: #C8CB6E; }
a { background-color: rgb(200,203,110); }
div.DivClassName
{
background-color: #C8CB6E;
}
.BgClassName
{
background-color: #C8CB6E;
}
</style>
border-color css
<style>
span { border-color: #C8CB6E; }
span { border-color: rgb(200,203,110); }
td.TdClassName
{
border-color: #C8CB6E;
}
.TagClassName
{
border-color: #C8CB6E;
}
</style>