Shades of Wild Willow #CFCB5F
Tints of Wild Willow #CFCB5F
RGB
CMYK
RGB Variations
Color information
#CFCB5F (or 0xCFCB5F) is known color: Wild Willow. HEX triplet: CF, CB and 5F. RGB value is (207,203,95). Sum of RGB (Red+Green+Blue) = 207+203+95=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCB5F is #3034A0. Grayscale: #C0C0C0. Windows color (decimal): -3159201 or 6278095. OLE color: 6278095.
HSL color Cylindrical-coordinate representation of color #CFCB5F: hue angle of 57.86º 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 #CFCB5F is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 95 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.19 |
| HSL | 57.86º | 0.54% | 0.59% | - |
| HSV(B) | 57.86º | 0.54% | 0.81% | - |
| XYZ | 49.15 | 56.8 | 19.2 | - |
| YUV | 191.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 95 | 0 | 0.02 | 0.54 | 0.19 | 57.86 | 0.54 | 0.59 |
| Hex | CF | CB | 5F | 0 | 2 | 36 | 13 | 3A | 36 | 3B |
| Octal | 317 | 313 | 137 | 0 | 2 | 66 | 23 | 72 | 66 | 73 |
| Binary | 11001111 | 11001011 | 1011111 | 0 | 10 | 110110 | 10011 | 111010 | 110110 | 111011 |
Color Harmonies of #CFCB5F
Complementary color
Monochromatic Colors of #CFCB5F
Black with #CFCB5F
Text Example
Text Example
White with #CFCB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB5F; }
p { color: rgb(207,203,95); }
H1.HeaderClassName
{
color: #CFCB5F;
}
.AnyTagClassName
{
color: #CFCB5F;
}
</style>
background-color css
<style>
a { background-color: #CFCB5F; }
a { background-color: rgb(207,203,95); }
div.DivClassName
{
background-color: #CFCB5F;
}
.BgClassName
{
background-color: #CFCB5F;
}
</style>
border-color css
<style>
span { border-color: #CFCB5F; }
span { border-color: rgb(207,203,95); }
td.TdClassName
{
border-color: #CFCB5F;
}
.TagClassName
{
border-color: #CFCB5F;
}
</style>