Shades of Wild Willow #CCCF60
Tints of Wild Willow #CCCF60
RGB
CMYK
RGB Variations
Color information
#CCCF60 (or 0xCCCF60) is known color: Wild Willow. HEX triplet: CC, CF and 60. RGB value is (204,207,96). Sum of RGB (Red+Green+Blue) = 204+207+96=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF60 is #33309F. Grayscale: #C1C1C1. Windows color (decimal): -3354784 or 6344652. OLE color: 6344652.
HSL color Cylindrical-coordinate representation of color #CCCF60: hue angle of 61.62º degrees, saturation: 0.54, 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 #CCCF60 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 96 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.19 |
| HSL | 61.62º | 0.54% | 0.59% | - |
| HSV(B) | 61.62º | 0.54% | 0.81% | - |
| XYZ | 49.33 | 58.31 | 19.72 | - |
| YUV | 193.45 | 73.01 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 96 | 0.01 | 0 | 0.54 | 0.19 | 61.62 | 0.54 | 0.59 |
| Hex | CC | CF | 60 | 1 | 0 | 36 | 13 | 3E | 36 | 3B |
| Octal | 314 | 317 | 140 | 1 | 0 | 66 | 23 | 76 | 66 | 73 |
| Binary | 11001100 | 11001111 | 1100000 | 1 | 0 | 110110 | 10011 | 111110 | 110110 | 111011 |
Color Harmonies of #CCCF60
Complementary color
Monochromatic Colors of #CCCF60
Black with #CCCF60
Text Example
Text Example
White with #CCCF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF60; }
p { color: rgb(204,207,96); }
H1.HeaderClassName
{
color: #CCCF60;
}
.AnyTagClassName
{
color: #CCCF60;
}
</style>
background-color css
<style>
a { background-color: #CCCF60; }
a { background-color: rgb(204,207,96); }
div.DivClassName
{
background-color: #CCCF60;
}
.BgClassName
{
background-color: #CCCF60;
}
</style>
border-color css
<style>
span { border-color: #CCCF60; }
span { border-color: rgb(204,207,96); }
td.TdClassName
{
border-color: #CCCF60;
}
.TagClassName
{
border-color: #CCCF60;
}
</style>