Shades of Wild Willow #CCC95E
Tints of Wild Willow #CCC95E
RGB
CMYK
RGB Variations
Color information
#CCC95E (or 0xCCC95E) is known color: Wild Willow. HEX triplet: CC, C9 and 5E. RGB value is (204,201,94). Sum of RGB (Red+Green+Blue) = 204+201+94=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC95E is #3336A1. Grayscale: #BEBEBE. Windows color (decimal): -3356322 or 6212044. OLE color: 6212044.
HSL color Cylindrical-coordinate representation of color #CCC95E: hue angle of 58.36º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCC95E is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 94 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.2 |
| HSL | 58.36º | 0.52% | 0.58% | - |
| HSV(B) | 58.36º | 0.54% | 0.8% | - |
| XYZ | 47.81 | 55.42 | 18.77 | - |
| YUV | 189.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 94 | 0 | 0.01 | 0.54 | 0.2 | 58.36 | 0.52 | 0.58 |
| Hex | CC | C9 | 5E | 0 | 1 | 36 | 14 | 3A | 34 | 3A |
| Octal | 314 | 311 | 136 | 0 | 1 | 66 | 24 | 72 | 64 | 72 |
| Binary | 11001100 | 11001001 | 1011110 | 0 | 1 | 110110 | 10100 | 111010 | 110100 | 111010 |
Color Harmonies of #CCC95E
Complementary color
Monochromatic Colors of #CCC95E
Black with #CCC95E
Text Example
Text Example
White with #CCC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC95E; }
p { color: rgb(204,201,94); }
H1.HeaderClassName
{
color: #CCC95E;
}
.AnyTagClassName
{
color: #CCC95E;
}
</style>
background-color css
<style>
a { background-color: #CCC95E; }
a { background-color: rgb(204,201,94); }
div.DivClassName
{
background-color: #CCC95E;
}
.BgClassName
{
background-color: #CCC95E;
}
</style>
border-color css
<style>
span { border-color: #CCC95E; }
span { border-color: rgb(204,201,94); }
td.TdClassName
{
border-color: #CCC95E;
}
.TagClassName
{
border-color: #CCC95E;
}
</style>