Shades of Wild Willow #C8CF6A
Tints of Wild Willow #C8CF6A
RGB
CMYK
RGB Variations
Color information
#C8CF6A (or 0xC8CF6A) is known color: Wild Willow. HEX triplet: C8, CF and 6A. RGB value is (200,207,106). Sum of RGB (Red+Green+Blue) = 200+207+106=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CF6A is #373095. Grayscale: #C1C1C1. Windows color (decimal): -3616918 or 7000008. OLE color: 7000008.
HSL color Cylindrical-coordinate representation of color #C8CF6A: hue angle of 64.16º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8CF6A is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 207 | 106 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.19 |
| HSL | 64.16º | 0.51% | 0.61% | - |
| HSV(B) | 64.16º | 0.49% | 0.81% | - |
| XYZ | 48.73 | 57.95 | 22.25 | - |
| YUV | 193.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 207 | 106 | 0.03 | 0 | 0.49 | 0.19 | 64.16 | 0.51 | 0.61 |
| Hex | C8 | CF | 6A | 3 | 0 | 31 | 13 | 40 | 33 | 3D |
| Octal | 310 | 317 | 152 | 3 | 0 | 61 | 23 | 100 | 63 | 75 |
| Binary | 11001000 | 11001111 | 1101010 | 11 | 0 | 110001 | 10011 | 1000000 | 110011 | 111101 |
Color Harmonies of #C8CF6A
Complementary color
Monochromatic Colors of #C8CF6A
Black with #C8CF6A
Text Example
Text Example
White with #C8CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CF6A; }
p { color: rgb(200,207,106); }
H1.HeaderClassName
{
color: #C8CF6A;
}
.AnyTagClassName
{
color: #C8CF6A;
}
</style>
background-color css
<style>
a { background-color: #C8CF6A; }
a { background-color: rgb(200,207,106); }
div.DivClassName
{
background-color: #C8CF6A;
}
.BgClassName
{
background-color: #C8CF6A;
}
</style>
border-color css
<style>
span { border-color: #C8CF6A; }
span { border-color: rgb(200,207,106); }
td.TdClassName
{
border-color: #C8CF6A;
}
.TagClassName
{
border-color: #C8CF6A;
}
</style>