Shades of Wild Willow #CCCE5E
Tints of Wild Willow #CCCE5E
RGB
CMYK
RGB Variations
Color information
#CCCE5E (or 0xCCCE5E) is known color: Wild Willow. HEX triplet: CC, CE and 5E. RGB value is (204,206,94). Sum of RGB (Red+Green+Blue) = 204+206+94=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE5E is #3331A1. Grayscale: #C1C1C1. Windows color (decimal): -3355042 or 6213324. OLE color: 6213324.
HSL color Cylindrical-coordinate representation of color #CCCE5E: hue angle of 61.07º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCCE5E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 94 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.19 |
| HSL | 61.07º | 0.53% | 0.59% | - |
| HSV(B) | 61.07º | 0.54% | 0.81% | - |
| XYZ | 48.99 | 57.79 | 19.16 | - |
| YUV | 192.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 94 | 0.01 | 0 | 0.54 | 0.19 | 61.07 | 0.53 | 0.59 |
| Hex | CC | CE | 5E | 1 | 0 | 36 | 13 | 3D | 35 | 3B |
| Octal | 314 | 316 | 136 | 1 | 0 | 66 | 23 | 75 | 65 | 73 |
| Binary | 11001100 | 11001110 | 1011110 | 1 | 0 | 110110 | 10011 | 111101 | 110101 | 111011 |
Color Harmonies of #CCCE5E
Complementary color
Monochromatic Colors of #CCCE5E
Black with #CCCE5E
Text Example
Text Example
White with #CCCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE5E; }
p { color: rgb(204,206,94); }
H1.HeaderClassName
{
color: #CCCE5E;
}
.AnyTagClassName
{
color: #CCCE5E;
}
</style>
background-color css
<style>
a { background-color: #CCCE5E; }
a { background-color: rgb(204,206,94); }
div.DivClassName
{
background-color: #CCCE5E;
}
.BgClassName
{
background-color: #CCCE5E;
}
</style>
border-color css
<style>
span { border-color: #CCCE5E; }
span { border-color: rgb(204,206,94); }
td.TdClassName
{
border-color: #CCCE5E;
}
.TagClassName
{
border-color: #CCCE5E;
}
</style>