Shades of Wild Willow #C2C35B
Tints of Wild Willow #C2C35B
RGB
CMYK
RGB Variations
Color information
#C2C35B (or 0xC2C35B) is known color: Wild Willow. HEX triplet: C2, C3 and 5B. RGB value is (194,195,91). Sum of RGB (Red+Green+Blue) = 194+195+91=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C35B is #3D3CA4. Grayscale: #B7B7B7. Windows color (decimal): -4013221 or 6013890. OLE color: 6013890.
HSL color Cylindrical-coordinate representation of color #C2C35B: hue angle of 60.58º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2C35B is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 91 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.24 |
| HSL | 60.58º | 0.46% | 0.56% | - |
| HSV(B) | 60.58º | 0.53% | 0.76% | - |
| XYZ | 43.65 | 51.25 | 17.49 | - |
| YUV | 182.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 91 | 0.01 | 0 | 0.53 | 0.24 | 60.58 | 0.46 | 0.56 |
| Hex | C2 | C3 | 5B | 1 | 0 | 35 | 18 | 3D | 2E | 38 |
| Octal | 302 | 303 | 133 | 1 | 0 | 65 | 30 | 75 | 56 | 70 |
| Binary | 11000010 | 11000011 | 1011011 | 1 | 0 | 110101 | 11000 | 111101 | 101110 | 111000 |
Color Harmonies of #C2C35B
Complementary color
Monochromatic Colors of #C2C35B
Black with #C2C35B
Text Example
Text Example
White with #C2C35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C35B; }
p { color: rgb(194,195,91); }
H1.HeaderClassName
{
color: #C2C35B;
}
.AnyTagClassName
{
color: #C2C35B;
}
</style>
background-color css
<style>
a { background-color: #C2C35B; }
a { background-color: rgb(194,195,91); }
div.DivClassName
{
background-color: #C2C35B;
}
.BgClassName
{
background-color: #C2C35B;
}
</style>
border-color css
<style>
span { border-color: #C2C35B; }
span { border-color: rgb(194,195,91); }
td.TdClassName
{
border-color: #C2C35B;
}
.TagClassName
{
border-color: #C2C35B;
}
</style>