Shades of Wild Willow #C8CA6A
Tints of Wild Willow #C8CA6A
RGB
CMYK
RGB Variations
Color information
#C8CA6A (or 0xC8CA6A) is known color: Wild Willow. HEX triplet: C8, CA and 6A. RGB value is (200,202,106). Sum of RGB (Red+Green+Blue) = 200+202+106=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA6A is #373595. Grayscale: #BEBEBE. Windows color (decimal): -3618198 or 6998728. OLE color: 6998728.
HSL color Cylindrical-coordinate representation of color #C8CA6A: hue angle of 61.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8CA6A is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 106 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.21 |
| HSL | 61.25º | 0.48% | 0.6% | - |
| HSV(B) | 61.25º | 0.48% | 0.79% | - |
| XYZ | 47.54 | 55.56 | 21.85 | - |
| YUV | 190.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 106 | 0.01 | 0 | 0.48 | 0.21 | 61.25 | 0.48 | 0.6 |
| Hex | C8 | CA | 6A | 1 | 0 | 30 | 15 | 3D | 30 | 3C |
| Octal | 310 | 312 | 152 | 1 | 0 | 60 | 25 | 75 | 60 | 74 |
| Binary | 11001000 | 11001010 | 1101010 | 1 | 0 | 110000 | 10101 | 111101 | 110000 | 111100 |
Color Harmonies of #C8CA6A
Complementary color
Monochromatic Colors of #C8CA6A
Black with #C8CA6A
Text Example
Text Example
White with #C8CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA6A; }
p { color: rgb(200,202,106); }
H1.HeaderClassName
{
color: #C8CA6A;
}
.AnyTagClassName
{
color: #C8CA6A;
}
</style>
background-color css
<style>
a { background-color: #C8CA6A; }
a { background-color: rgb(200,202,106); }
div.DivClassName
{
background-color: #C8CA6A;
}
.BgClassName
{
background-color: #C8CA6A;
}
</style>
border-color css
<style>
span { border-color: #C8CA6A; }
span { border-color: rgb(200,202,106); }
td.TdClassName
{
border-color: #C8CA6A;
}
.TagClassName
{
border-color: #C8CA6A;
}
</style>