Shades of Wild Willow #CCCF64
Tints of Wild Willow #CCCF64
RGB
CMYK
RGB Variations
Color information
#CCCF64 (or 0xCCCF64) is known color: Wild Willow. HEX triplet: CC, CF and 64. RGB value is (204,207,100). Sum of RGB (Red+Green+Blue) = 204+207+100=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF64 is #33309B. Grayscale: #C2C2C2. Windows color (decimal): -3354780 or 6606796. OLE color: 6606796.
HSL color Cylindrical-coordinate representation of color #CCCF64: hue angle of 61.68º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCCF64 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 100 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.19 |
| HSL | 61.68º | 0.53% | 0.6% | - |
| HSV(B) | 61.68º | 0.52% | 0.81% | - |
| XYZ | 49.51 | 58.38 | 20.72 | - |
| YUV | 193.91 | 75.01 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 100 | 0.01 | 0 | 0.52 | 0.19 | 61.68 | 0.53 | 0.6 |
| Hex | CC | CF | 64 | 1 | 0 | 34 | 13 | 3E | 35 | 3C |
| Octal | 314 | 317 | 144 | 1 | 0 | 64 | 23 | 76 | 65 | 74 |
| Binary | 11001100 | 11001111 | 1100100 | 1 | 0 | 110100 | 10011 | 111110 | 110101 | 111100 |
Color Harmonies of #CCCF64
Complementary color
Monochromatic Colors of #CCCF64
Black with #CCCF64
Text Example
Text Example
White with #CCCF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF64; }
p { color: rgb(204,207,100); }
H1.HeaderClassName
{
color: #CCCF64;
}
.AnyTagClassName
{
color: #CCCF64;
}
</style>
background-color css
<style>
a { background-color: #CCCF64; }
a { background-color: rgb(204,207,100); }
div.DivClassName
{
background-color: #CCCF64;
}
.BgClassName
{
background-color: #CCCF64;
}
</style>
border-color css
<style>
span { border-color: #CCCF64; }
span { border-color: rgb(204,207,100); }
td.TdClassName
{
border-color: #CCCF64;
}
.TagClassName
{
border-color: #CCCF64;
}
</style>