Shades of Wild Willow #CCCF5B
Tints of Wild Willow #CCCF5B
RGB
CMYK
RGB Variations
Color information
#CCCF5B (or 0xCCCF5B) is known color: Wild Willow. HEX triplet: CC, CF and 5B. RGB value is (204,207,91). Sum of RGB (Red+Green+Blue) = 204+207+91=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF5B is #3330A4. Grayscale: #C1C1C1. Windows color (decimal): -3354789 or 6016972. OLE color: 6016972.
HSL color Cylindrical-coordinate representation of color #CCCF5B: hue angle of 61.55º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCCF5B is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 91 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.19 |
| HSL | 61.55º | 0.55% | 0.58% | - |
| HSV(B) | 61.55º | 0.56% | 0.81% | - |
| XYZ | 49.1 | 58.22 | 18.55 | - |
| YUV | 192.88 | 70.51 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 91 | 0.01 | 0 | 0.56 | 0.19 | 61.55 | 0.55 | 0.58 |
| Hex | CC | CF | 5B | 1 | 0 | 38 | 13 | 3E | 37 | 3A |
| Octal | 314 | 317 | 133 | 1 | 0 | 70 | 23 | 76 | 67 | 72 |
| Binary | 11001100 | 11001111 | 1011011 | 1 | 0 | 111000 | 10011 | 111110 | 110111 | 111010 |
Color Harmonies of #CCCF5B
Complementary color
Monochromatic Colors of #CCCF5B
Black with #CCCF5B
Text Example
Text Example
White with #CCCF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF5B; }
p { color: rgb(204,207,91); }
H1.HeaderClassName
{
color: #CCCF5B;
}
.AnyTagClassName
{
color: #CCCF5B;
}
</style>
background-color css
<style>
a { background-color: #CCCF5B; }
a { background-color: rgb(204,207,91); }
div.DivClassName
{
background-color: #CCCF5B;
}
.BgClassName
{
background-color: #CCCF5B;
}
</style>
border-color css
<style>
span { border-color: #CCCF5B; }
span { border-color: rgb(204,207,91); }
td.TdClassName
{
border-color: #CCCF5B;
}
.TagClassName
{
border-color: #CCCF5B;
}
</style>