Shades of Wild Willow #CCCE68
Tints of Wild Willow #CCCE68
RGB
CMYK
RGB Variations
Color information
#CCCE68 (or 0xCCCE68) is known color: Wild Willow. HEX triplet: CC, CE and 68. RGB value is (204,206,104). Sum of RGB (Red+Green+Blue) = 204+206+104=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE68 is #333197. Grayscale: #C2C2C2. Windows color (decimal): -3355032 or 6868684. OLE color: 6868684.
HSL color Cylindrical-coordinate representation of color #CCCE68: hue angle of 61.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCCE68 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 104 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.19 |
| HSL | 61.18º | 0.51% | 0.61% | - |
| HSV(B) | 61.18º | 0.5% | 0.81% | - |
| XYZ | 49.47 | 57.98 | 21.68 | - |
| YUV | 193.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 104 | 0.01 | 0 | 0.50 | 0.19 | 61.18 | 0.51 | 0.61 |
| Hex | CC | CE | 68 | 1 | 0 | 32 | 13 | 3D | 33 | 3D |
| Octal | 314 | 316 | 150 | 1 | 0 | 62 | 23 | 75 | 63 | 75 |
| Binary | 11001100 | 11001110 | 1101000 | 1 | 0 | 110010 | 10011 | 111101 | 110011 | 111101 |
Color Harmonies of #CCCE68
Complementary color
Monochromatic Colors of #CCCE68
Black with #CCCE68
Text Example
Text Example
White with #CCCE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE68; }
p { color: rgb(204,206,104); }
H1.HeaderClassName
{
color: #CCCE68;
}
.AnyTagClassName
{
color: #CCCE68;
}
</style>
background-color css
<style>
a { background-color: #CCCE68; }
a { background-color: rgb(204,206,104); }
div.DivClassName
{
background-color: #CCCE68;
}
.BgClassName
{
background-color: #CCCE68;
}
</style>
border-color css
<style>
span { border-color: #CCCE68; }
span { border-color: rgb(204,206,104); }
td.TdClassName
{
border-color: #CCCE68;
}
.TagClassName
{
border-color: #CCCE68;
}
</style>