Shades of Wild Willow #C6C953
Tints of Wild Willow #C6C953
RGB
CMYK
RGB Variations
Color information
#C6C953 (or 0xC6C953) is known color: Wild Willow. HEX triplet: C6, C9 and 53. RGB value is (198,201,83). Sum of RGB (Red+Green+Blue) = 198+201+83=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 83 (32.81% from 255 or 17.22% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C953 is #3936AC. Grayscale: #BBBBBB. Windows color (decimal): -3749549 or 5491142. OLE color: 5491142.
HSL color Cylindrical-coordinate representation of color #C6C953: hue angle of 61.53º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6C953 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 83 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.21 |
| HSL | 61.53º | 0.52% | 0.56% | - |
| HSV(B) | 61.53º | 0.59% | 0.79% | - |
| XYZ | 45.74 | 54.4 | 16.27 | - |
| YUV | 186.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 83 | 0.01 | 0 | 0.59 | 0.21 | 61.53 | 0.52 | 0.56 |
| Hex | C6 | C9 | 53 | 1 | 0 | 3B | 15 | 3E | 34 | 38 |
| Octal | 306 | 311 | 123 | 1 | 0 | 73 | 25 | 76 | 64 | 70 |
| Binary | 11000110 | 11001001 | 1010011 | 1 | 0 | 111011 | 10101 | 111110 | 110100 | 111000 |
Color Harmonies of #C6C953
Complementary color
Monochromatic Colors of #C6C953
Black with #C6C953
Text Example
Text Example
White with #C6C953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C953; }
p { color: rgb(198,201,83); }
H1.HeaderClassName
{
color: #C6C953;
}
.AnyTagClassName
{
color: #C6C953;
}
</style>
background-color css
<style>
a { background-color: #C6C953; }
a { background-color: rgb(198,201,83); }
div.DivClassName
{
background-color: #C6C953;
}
.BgClassName
{
background-color: #C6C953;
}
</style>
border-color css
<style>
span { border-color: #C6C953; }
span { border-color: rgb(198,201,83); }
td.TdClassName
{
border-color: #C6C953;
}
.TagClassName
{
border-color: #C6C953;
}
</style>