Shades of Wild Willow #C8C769
Tints of Wild Willow #C8C769
RGB
CMYK
RGB Variations
Color information
#C8C769 (or 0xC8C769) is known color: Wild Willow. HEX triplet: C8, C7 and 69. RGB value is (200,199,105). Sum of RGB (Red+Green+Blue) = 200+199+105=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C769 is #373896. Grayscale: #BCBCBC. Windows color (decimal): -3618967 or 6932424. OLE color: 6932424.
HSL color Cylindrical-coordinate representation of color #C8C769: hue angle of 59.37º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8C769 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 199 | 105 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.22 |
| HSL | 59.37º | 0.46% | 0.6% | - |
| HSV(B) | 59.37º | 0.48% | 0.78% | - |
| XYZ | 46.79 | 54.15 | 21.35 | - |
| YUV | 188.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 105 | 0 | 0.00 | 0.48 | 0.22 | 59.37 | 0.46 | 0.6 |
| Hex | C8 | C7 | 69 | 0 | 0 | 30 | 16 | 3B | 2E | 3C |
| Octal | 310 | 307 | 151 | 0 | 0 | 60 | 26 | 73 | 56 | 74 |
| Binary | 11001000 | 11000111 | 1101001 | 0 | 0 | 110000 | 10110 | 111011 | 101110 | 111100 |
Color Harmonies of #C8C769
Complementary color
Monochromatic Colors of #C8C769
Black with #C8C769
Text Example
Text Example
White with #C8C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C769; }
p { color: rgb(200,199,105); }
H1.HeaderClassName
{
color: #C8C769;
}
.AnyTagClassName
{
color: #C8C769;
}
</style>
background-color css
<style>
a { background-color: #C8C769; }
a { background-color: rgb(200,199,105); }
div.DivClassName
{
background-color: #C8C769;
}
.BgClassName
{
background-color: #C8C769;
}
</style>
border-color css
<style>
span { border-color: #C8C769; }
span { border-color: rgb(200,199,105); }
td.TdClassName
{
border-color: #C8C769;
}
.TagClassName
{
border-color: #C8C769;
}
</style>