Shades of Wild Willow #CCCF5E
Tints of Wild Willow #CCCF5E
RGB
CMYK
RGB Variations
Color information
#CCCF5E (or 0xCCCF5E) is known color: Wild Willow. HEX triplet: CC, CF and 5E. RGB value is (204,207,94). Sum of RGB (Red+Green+Blue) = 204+207+94=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF5E is #3330A1. Grayscale: #C1C1C1. Windows color (decimal): -3354786 or 6213580. OLE color: 6213580.
HSL color Cylindrical-coordinate representation of color #CCCF5E: hue angle of 61.59º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCCF5E is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 94 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.19 |
| HSL | 61.59º | 0.54% | 0.59% | - |
| HSV(B) | 61.59º | 0.55% | 0.81% | - |
| XYZ | 49.24 | 58.27 | 19.24 | - |
| YUV | 193.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 94 | 0.01 | 0 | 0.55 | 0.19 | 61.59 | 0.54 | 0.59 |
| Hex | CC | CF | 5E | 1 | 0 | 37 | 13 | 3E | 36 | 3B |
| Octal | 314 | 317 | 136 | 1 | 0 | 67 | 23 | 76 | 66 | 73 |
| Binary | 11001100 | 11001111 | 1011110 | 1 | 0 | 110111 | 10011 | 111110 | 110110 | 111011 |
Color Harmonies of #CCCF5E
Complementary color
Monochromatic Colors of #CCCF5E
Black with #CCCF5E
Text Example
Text Example
White with #CCCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF5E; }
p { color: rgb(204,207,94); }
H1.HeaderClassName
{
color: #CCCF5E;
}
.AnyTagClassName
{
color: #CCCF5E;
}
</style>
background-color css
<style>
a { background-color: #CCCF5E; }
a { background-color: rgb(204,207,94); }
div.DivClassName
{
background-color: #CCCF5E;
}
.BgClassName
{
background-color: #CCCF5E;
}
</style>
border-color css
<style>
span { border-color: #CCCF5E; }
span { border-color: rgb(204,207,94); }
td.TdClassName
{
border-color: #CCCF5E;
}
.TagClassName
{
border-color: #CCCF5E;
}
</style>