Shades of Wild Willow #C7D669
Tints of Wild Willow #C7D669
RGB
CMYK
RGB Variations
Color information
#C7D669 (or 0xC7D669) is known color: Wild Willow. HEX triplet: C7, D6 and 69. RGB value is (199,214,105). Sum of RGB (Red+Green+Blue) = 199+214+105=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D669 is #382996. Grayscale: #C5C5C5. Windows color (decimal): -3680663 or 6936263. OLE color: 6936263.
HSL color Cylindrical-coordinate representation of color #C7D669: hue angle of 68.26º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7D669 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 105 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.16 |
| HSL | 68.26º | 0.57% | 0.63% | - |
| HSV(B) | 68.26º | 0.51% | 0.84% | - |
| XYZ | 50.15 | 61.26 | 22.54 | - |
| YUV | 197.09 | 76.03 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 105 | 0.07 | 0 | 0.51 | 0.16 | 68.26 | 0.57 | 0.63 |
| Hex | C7 | D6 | 69 | 7 | 0 | 33 | 10 | 44 | 39 | 3F |
| Octal | 307 | 326 | 151 | 7 | 0 | 63 | 20 | 104 | 71 | 77 |
| Binary | 11000111 | 11010110 | 1101001 | 111 | 0 | 110011 | 10000 | 1000100 | 111001 | 111111 |
Color Harmonies of #C7D669
Complementary color
Monochromatic Colors of #C7D669
Black with #C7D669
Text Example
Text Example
White with #C7D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D669; }
p { color: rgb(199,214,105); }
H1.HeaderClassName
{
color: #C7D669;
}
.AnyTagClassName
{
color: #C7D669;
}
</style>
background-color css
<style>
a { background-color: #C7D669; }
a { background-color: rgb(199,214,105); }
div.DivClassName
{
background-color: #C7D669;
}
.BgClassName
{
background-color: #C7D669;
}
</style>
border-color css
<style>
span { border-color: #C7D669; }
span { border-color: rgb(199,214,105); }
td.TdClassName
{
border-color: #C7D669;
}
.TagClassName
{
border-color: #C7D669;
}
</style>