Shades of Wild Willow #CBC760
Tints of Wild Willow #CBC760
RGB
CMYK
RGB Variations
Color information
#CBC760 (or 0xCBC760) is known color: Wild Willow. HEX triplet: CB, C7 and 60. RGB value is (203,199,96). Sum of RGB (Red+Green+Blue) = 203+199+96=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC760 is #34389F. Grayscale: #BCBCBC. Windows color (decimal): -3422368 or 6342603. OLE color: 6342603.
HSL color Cylindrical-coordinate representation of color #CBC760: hue angle of 57.76º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CBC760 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 96 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.20 |
| HSL | 57.76º | 0.51% | 0.59% | - |
| HSV(B) | 57.76º | 0.53% | 0.8% | - |
| XYZ | 47.16 | 54.39 | 19.08 | - |
| YUV | 188.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 96 | 0 | 0.02 | 0.53 | 0.20 | 57.76 | 0.51 | 0.59 |
| Hex | CB | C7 | 60 | 0 | 2 | 35 | 14 | 3A | 33 | 3B |
| Octal | 313 | 307 | 140 | 0 | 2 | 65 | 24 | 72 | 63 | 73 |
| Binary | 11001011 | 11000111 | 1100000 | 0 | 10 | 110101 | 10100 | 111010 | 110011 | 111011 |
Color Harmonies of #CBC760
Complementary color
Monochromatic Colors of #CBC760
Black with #CBC760
Text Example
Text Example
White with #CBC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC760; }
p { color: rgb(203,199,96); }
H1.HeaderClassName
{
color: #CBC760;
}
.AnyTagClassName
{
color: #CBC760;
}
</style>
background-color css
<style>
a { background-color: #CBC760; }
a { background-color: rgb(203,199,96); }
div.DivClassName
{
background-color: #CBC760;
}
.BgClassName
{
background-color: #CBC760;
}
</style>
border-color css
<style>
span { border-color: #CBC760; }
span { border-color: rgb(203,199,96); }
td.TdClassName
{
border-color: #CBC760;
}
.TagClassName
{
border-color: #CBC760;
}
</style>