Shades of Wild Willow #C3C769
Tints of Wild Willow #C3C769
RGB
CMYK
RGB Variations
Color information
#C3C769 (or 0xC3C769) is known color: Wild Willow. HEX triplet: C3, C7 and 69. RGB value is (195,199,105). Sum of RGB (Red+Green+Blue) = 195+199+105=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C769 is #3C3896. Grayscale: #BBBBBB. Windows color (decimal): -3946647 or 6932419. OLE color: 6932419.
HSL color Cylindrical-coordinate representation of color #C3C769: hue angle of 62.55º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3C769 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 105 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.22 |
| HSL | 62.55º | 0.46% | 0.6% | - |
| HSV(B) | 62.55º | 0.47% | 0.78% | - |
| XYZ | 45.48 | 53.47 | 21.29 | - |
| YUV | 187.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 105 | 0.02 | 0 | 0.47 | 0.22 | 62.55 | 0.46 | 0.6 |
| Hex | C3 | C7 | 69 | 2 | 0 | 2F | 16 | 3F | 2E | 3C |
| Octal | 303 | 307 | 151 | 2 | 0 | 57 | 26 | 77 | 56 | 74 |
| Binary | 11000011 | 11000111 | 1101001 | 10 | 0 | 101111 | 10110 | 111111 | 101110 | 111100 |
Color Harmonies of #C3C769
Complementary color
Monochromatic Colors of #C3C769
Black with #C3C769
Text Example
Text Example
White with #C3C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C769; }
p { color: rgb(195,199,105); }
H1.HeaderClassName
{
color: #C3C769;
}
.AnyTagClassName
{
color: #C3C769;
}
</style>
background-color css
<style>
a { background-color: #C3C769; }
a { background-color: rgb(195,199,105); }
div.DivClassName
{
background-color: #C3C769;
}
.BgClassName
{
background-color: #C3C769;
}
</style>
border-color css
<style>
span { border-color: #C3C769; }
span { border-color: rgb(195,199,105); }
td.TdClassName
{
border-color: #C3C769;
}
.TagClassName
{
border-color: #C3C769;
}
</style>