Shades of Wild Willow #C8CD69
Tints of Wild Willow #C8CD69
RGB
CMYK
RGB Variations
Color information
#C8CD69 (or 0xC8CD69) is known color: Wild Willow. HEX triplet: C8, CD and 69. RGB value is (200,205,105). Sum of RGB (Red+Green+Blue) = 200+205+105=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CD69 is #373296. Grayscale: #C0C0C0. Windows color (decimal): -3617431 or 6933960. OLE color: 6933960.
HSL color Cylindrical-coordinate representation of color #C8CD69: hue angle of 63º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8CD69 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 105 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.20 |
| HSL | 63º | 0.5% | 0.61% | - |
| HSV(B) | 63º | 0.49% | 0.8% | - |
| XYZ | 48.2 | 56.96 | 21.82 | - |
| YUV | 192.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 105 | 0.02 | 0 | 0.49 | 0.20 | 63 | 0.5 | 0.61 |
| Hex | C8 | CD | 69 | 2 | 0 | 31 | 14 | 3F | 32 | 3D |
| Octal | 310 | 315 | 151 | 2 | 0 | 61 | 24 | 77 | 62 | 75 |
| Binary | 11001000 | 11001101 | 1101001 | 10 | 0 | 110001 | 10100 | 111111 | 110010 | 111101 |
Color Harmonies of #C8CD69
Complementary color
Monochromatic Colors of #C8CD69
Black with #C8CD69
Text Example
Text Example
White with #C8CD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD69; }
p { color: rgb(200,205,105); }
H1.HeaderClassName
{
color: #C8CD69;
}
.AnyTagClassName
{
color: #C8CD69;
}
</style>
background-color css
<style>
a { background-color: #C8CD69; }
a { background-color: rgb(200,205,105); }
div.DivClassName
{
background-color: #C8CD69;
}
.BgClassName
{
background-color: #C8CD69;
}
</style>
border-color css
<style>
span { border-color: #C8CD69; }
span { border-color: rgb(200,205,105); }
td.TdClassName
{
border-color: #C8CD69;
}
.TagClassName
{
border-color: #C8CD69;
}
</style>