Shades of Wild Willow #CFCF5C
Tints of Wild Willow #CFCF5C
RGB
CMYK
RGB Variations
Color information
#CFCF5C (or 0xCFCF5C) is known color: Wild Willow. HEX triplet: CF, CF and 5C. RGB value is (207,207,92). Sum of RGB (Red+Green+Blue) = 207+207+92=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCF5C is #3030A3. Grayscale: #C2C2C2. Windows color (decimal): -3158180 or 6082511. OLE color: 6082511.
HSL color Cylindrical-coordinate representation of color #CFCF5C: hue angle of 60º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFCF5C is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 92 | - |
| CMYK | 0 | 0 | 0.56 | 0.19 |
| HSL | 60º | 0.55% | 0.59% | - |
| HSV(B) | 60º | 0.56% | 0.81% | - |
| XYZ | 49.98 | 58.66 | 18.81 | - |
| YUV | 193.89 | 70.5 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 92 | 0 | 0 | 0.56 | 0.19 | 60 | 0.55 | 0.59 |
| Hex | CF | CF | 5C | 0 | 0 | 38 | 13 | 3C | 37 | 3B |
| Octal | 317 | 317 | 134 | 0 | 0 | 70 | 23 | 74 | 67 | 73 |
| Binary | 11001111 | 11001111 | 1011100 | 0 | 0 | 111000 | 10011 | 111100 | 110111 | 111011 |
Color Harmonies of #CFCF5C
Complementary color
Monochromatic Colors of #CFCF5C
Black with #CFCF5C
Text Example
Text Example
White with #CFCF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF5C; }
p { color: rgb(207,207,92); }
H1.HeaderClassName
{
color: #CFCF5C;
}
.AnyTagClassName
{
color: #CFCF5C;
}
</style>
background-color css
<style>
a { background-color: #CFCF5C; }
a { background-color: rgb(207,207,92); }
div.DivClassName
{
background-color: #CFCF5C;
}
.BgClassName
{
background-color: #CFCF5C;
}
</style>
border-color css
<style>
span { border-color: #CFCF5C; }
span { border-color: rgb(207,207,92); }
td.TdClassName
{
border-color: #CFCF5C;
}
.TagClassName
{
border-color: #CFCF5C;
}
</style>