Shades of Wild Willow #CCCC5D
Tints of Wild Willow #CCCC5D
RGB
CMYK
RGB Variations
Color information
#CCCC5D (or 0xCCCC5D) is known color: Wild Willow. HEX triplet: CC, CC and 5D. RGB value is (204,204,93). Sum of RGB (Red+Green+Blue) = 204+204+93=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCC5D is #3333A2. Grayscale: #BFBFBF. Windows color (decimal): -3355555 or 6147276. OLE color: 6147276.
HSL color Cylindrical-coordinate representation of color #CCCC5D: hue angle of 60º 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 #CCCC5D is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 93 | - |
| CMYK | 0 | 0 | 0.54 | 0.2 |
| HSL | 60º | 0.52% | 0.58% | - |
| HSV(B) | 60º | 0.54% | 0.8% | - |
| XYZ | 48.47 | 56.81 | 18.77 | - |
| YUV | 191.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 93 | 0 | 0 | 0.54 | 0.2 | 60 | 0.52 | 0.58 |
| Hex | CC | CC | 5D | 0 | 0 | 36 | 14 | 3C | 34 | 3A |
| Octal | 314 | 314 | 135 | 0 | 0 | 66 | 24 | 74 | 64 | 72 |
| Binary | 11001100 | 11001100 | 1011101 | 0 | 0 | 110110 | 10100 | 111100 | 110100 | 111010 |
Color Harmonies of #CCCC5D
Complementary color
Monochromatic Colors of #CCCC5D
Black with #CCCC5D
Text Example
Text Example
White with #CCCC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC5D; }
p { color: rgb(204,204,93); }
H1.HeaderClassName
{
color: #CCCC5D;
}
.AnyTagClassName
{
color: #CCCC5D;
}
</style>
background-color css
<style>
a { background-color: #CCCC5D; }
a { background-color: rgb(204,204,93); }
div.DivClassName
{
background-color: #CCCC5D;
}
.BgClassName
{
background-color: #CCCC5D;
}
</style>
border-color css
<style>
span { border-color: #CCCC5D; }
span { border-color: rgb(204,204,93); }
td.TdClassName
{
border-color: #CCCC5D;
}
.TagClassName
{
border-color: #CCCC5D;
}
</style>