Shades of Wild Willow #C2C367
Tints of Wild Willow #C2C367
RGB
CMYK
RGB Variations
Color information
#C2C367 (or 0xC2C367) is known color: Wild Willow. HEX triplet: C2, C3 and 67. RGB value is (194,195,103). Sum of RGB (Red+Green+Blue) = 194+195+103=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 103 (40.62% from 255 or 20.93% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C367 is #3D3C98. Grayscale: #B8B8B8. Windows color (decimal): -4013209 or 6800322. OLE color: 6800322.
HSL color Cylindrical-coordinate representation of color #C2C367: hue angle of 60.65º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2C367 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 103 | - |
| CMYK | 0.01 | 0 | 0.47 | 0.24 |
| HSL | 60.65º | 0.43% | 0.58% | - |
| HSV(B) | 60.65º | 0.47% | 0.76% | - |
| XYZ | 44.21 | 51.48 | 20.44 | - |
| YUV | 184.21 | 82.17 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 103 | 0.01 | 0 | 0.47 | 0.24 | 60.65 | 0.43 | 0.58 |
| Hex | C2 | C3 | 67 | 1 | 0 | 2F | 18 | 3D | 2B | 3A |
| Octal | 302 | 303 | 147 | 1 | 0 | 57 | 30 | 75 | 53 | 72 |
| Binary | 11000010 | 11000011 | 1100111 | 1 | 0 | 101111 | 11000 | 111101 | 101011 | 111010 |
Color Harmonies of #C2C367
Complementary color
Monochromatic Colors of #C2C367
Black with #C2C367
Text Example
Text Example
White with #C2C367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C367; }
p { color: rgb(194,195,103); }
H1.HeaderClassName
{
color: #C2C367;
}
.AnyTagClassName
{
color: #C2C367;
}
</style>
background-color css
<style>
a { background-color: #C2C367; }
a { background-color: rgb(194,195,103); }
div.DivClassName
{
background-color: #C2C367;
}
.BgClassName
{
background-color: #C2C367;
}
</style>
border-color css
<style>
span { border-color: #C2C367; }
span { border-color: rgb(194,195,103); }
td.TdClassName
{
border-color: #C2C367;
}
.TagClassName
{
border-color: #C2C367;
}
</style>