Shades of Wild Willow #CCCF57
Tints of Wild Willow #CCCF57
RGB
CMYK
RGB Variations
Color information
#CCCF57 (or 0xCCCF57) is known color: Wild Willow. HEX triplet: CC, CF and 57. RGB value is (204,207,87). Sum of RGB (Red+Green+Blue) = 204+207+87=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF57 is #3330A8. Grayscale: #C0C0C0. Windows color (decimal): -3354793 or 5754828. OLE color: 5754828.
HSL color Cylindrical-coordinate representation of color #CCCF57: hue angle of 61.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCCF57 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 87 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.19 |
| HSL | 61.5º | 0.56% | 0.58% | - |
| HSV(B) | 61.5º | 0.58% | 0.81% | - |
| XYZ | 48.93 | 58.15 | 17.66 | - |
| YUV | 192.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 87 | 0.01 | 0 | 0.58 | 0.19 | 61.5 | 0.56 | 0.58 |
| Hex | CC | CF | 57 | 1 | 0 | 3A | 13 | 3E | 38 | 3A |
| Octal | 314 | 317 | 127 | 1 | 0 | 72 | 23 | 76 | 70 | 72 |
| Binary | 11001100 | 11001111 | 1010111 | 1 | 0 | 111010 | 10011 | 111110 | 111000 | 111010 |
Color Harmonies of #CCCF57
Complementary color
Monochromatic Colors of #CCCF57
Black with #CCCF57
Text Example
Text Example
White with #CCCF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF57; }
p { color: rgb(204,207,87); }
H1.HeaderClassName
{
color: #CCCF57;
}
.AnyTagClassName
{
color: #CCCF57;
}
</style>
background-color css
<style>
a { background-color: #CCCF57; }
a { background-color: rgb(204,207,87); }
div.DivClassName
{
background-color: #CCCF57;
}
.BgClassName
{
background-color: #CCCF57;
}
</style>
border-color css
<style>
span { border-color: #CCCF57; }
span { border-color: rgb(204,207,87); }
td.TdClassName
{
border-color: #CCCF57;
}
.TagClassName
{
border-color: #CCCF57;
}
</style>