Shades of Wild Willow #C3C255
Tints of Wild Willow #C3C255
RGB
CMYK
RGB Variations
Color information
#C3C255 (or 0xC3C255) is known color: Wild Willow. HEX triplet: C3, C2 and 55. RGB value is (195,194,85). Sum of RGB (Red+Green+Blue) = 195+194+85=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C255 is #3C3DAA. Grayscale: #B6B6B6. Windows color (decimal): -3947947 or 5620419. OLE color: 5620419.
HSL color Cylindrical-coordinate representation of color #C3C255: hue angle of 59.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3C255 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 85 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.24 |
| HSL | 59.45º | 0.48% | 0.55% | - |
| HSV(B) | 59.45º | 0.56% | 0.76% | - |
| XYZ | 43.44 | 50.84 | 16.12 | - |
| YUV | 181.87 | 73.33 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 85 | 0 | 0.01 | 0.56 | 0.24 | 59.45 | 0.48 | 0.55 |
| Hex | C3 | C2 | 55 | 0 | 1 | 38 | 18 | 3B | 30 | 37 |
| Octal | 303 | 302 | 125 | 0 | 1 | 70 | 30 | 73 | 60 | 67 |
| Binary | 11000011 | 11000010 | 1010101 | 0 | 1 | 111000 | 11000 | 111011 | 110000 | 110111 |
Color Harmonies of #C3C255
Complementary color
Monochromatic Colors of #C3C255
Black with #C3C255
Text Example
Text Example
White with #C3C255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C255; }
p { color: rgb(195,194,85); }
H1.HeaderClassName
{
color: #C3C255;
}
.AnyTagClassName
{
color: #C3C255;
}
</style>
background-color css
<style>
a { background-color: #C3C255; }
a { background-color: rgb(195,194,85); }
div.DivClassName
{
background-color: #C3C255;
}
.BgClassName
{
background-color: #C3C255;
}
</style>
border-color css
<style>
span { border-color: #C3C255; }
span { border-color: rgb(195,194,85); }
td.TdClassName
{
border-color: #C3C255;
}
.TagClassName
{
border-color: #C3C255;
}
</style>