Shades of Wild Willow #CBC860
Tints of Wild Willow #CBC860
RGB
CMYK
RGB Variations
Color information
#CBC860 (or 0xCBC860) is known color: Wild Willow. HEX triplet: CB, C8 and 60. RGB value is (203,200,96). Sum of RGB (Red+Green+Blue) = 203+200+96=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC860 is #34379F. Grayscale: #BDBDBD. Windows color (decimal): -3422112 or 6342859. OLE color: 6342859.
HSL color Cylindrical-coordinate representation of color #CBC860: hue angle of 58.32º 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 #CBC860 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 96 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.20 |
| HSL | 58.32º | 0.51% | 0.59% | - |
| HSV(B) | 58.32º | 0.53% | 0.8% | - |
| XYZ | 47.39 | 54.85 | 19.16 | - |
| YUV | 189.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 96 | 0 | 0.01 | 0.53 | 0.20 | 58.32 | 0.51 | 0.59 |
| Hex | CB | C8 | 60 | 0 | 1 | 35 | 14 | 3A | 33 | 3B |
| Octal | 313 | 310 | 140 | 0 | 1 | 65 | 24 | 72 | 63 | 73 |
| Binary | 11001011 | 11001000 | 1100000 | 0 | 1 | 110101 | 10100 | 111010 | 110011 | 111011 |
Color Harmonies of #CBC860
Complementary color
Monochromatic Colors of #CBC860
Black with #CBC860
Text Example
Text Example
White with #CBC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC860; }
p { color: rgb(203,200,96); }
H1.HeaderClassName
{
color: #CBC860;
}
.AnyTagClassName
{
color: #CBC860;
}
</style>
background-color css
<style>
a { background-color: #CBC860; }
a { background-color: rgb(203,200,96); }
div.DivClassName
{
background-color: #CBC860;
}
.BgClassName
{
background-color: #CBC860;
}
</style>
border-color css
<style>
span { border-color: #CBC860; }
span { border-color: rgb(203,200,96); }
td.TdClassName
{
border-color: #CBC860;
}
.TagClassName
{
border-color: #CBC860;
}
</style>