Shades of Wild Willow #C1C75C
Tints of Wild Willow #C1C75C
RGB
CMYK
RGB Variations
Color information
#C1C75C (or 0xC1C75C) is known color: Wild Willow. HEX triplet: C1, C7 and 5C. RGB value is (193,199,92). Sum of RGB (Red+Green+Blue) = 193+199+92=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 199 - color contains mainly: green. Hex color #C1C75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C75C is #3E38A3. Grayscale: #B9B9B9. Windows color (decimal): -4077732 or 6080449. OLE color: 6080449.
HSL color Cylindrical-coordinate representation of color #C1C75C: hue angle of 63.36º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1C75C is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 199 | 92 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.22 |
| HSL | 63.36º | 0.49% | 0.57% | - |
| HSV(B) | 63.36º | 0.54% | 0.78% | - |
| XYZ | 44.35 | 52.96 | 18.01 | - |
| YUV | 185.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 199 | 92 | 0.03 | 0 | 0.54 | 0.22 | 63.36 | 0.49 | 0.57 |
| Hex | C1 | C7 | 5C | 3 | 0 | 36 | 16 | 3F | 31 | 39 |
| Octal | 301 | 307 | 134 | 3 | 0 | 66 | 26 | 77 | 61 | 71 |
| Binary | 11000001 | 11000111 | 1011100 | 11 | 0 | 110110 | 10110 | 111111 | 110001 | 111001 |
Color Harmonies of #C1C75C
Complementary color
Monochromatic Colors of #C1C75C
Black with #C1C75C
Text Example
Text Example
White with #C1C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C75C; }
p { color: rgb(193,199,92); }
H1.HeaderClassName
{
color: #C1C75C;
}
.AnyTagClassName
{
color: #C1C75C;
}
</style>
background-color css
<style>
a { background-color: #C1C75C; }
a { background-color: rgb(193,199,92); }
div.DivClassName
{
background-color: #C1C75C;
}
.BgClassName
{
background-color: #C1C75C;
}
</style>
border-color css
<style>
span { border-color: #C1C75C; }
span { border-color: rgb(193,199,92); }
td.TdClassName
{
border-color: #C1C75C;
}
.TagClassName
{
border-color: #C1C75C;
}
</style>