Shades of Wild Willow #CBC859
Tints of Wild Willow #CBC859
RGB
CMYK
RGB Variations
Color information
#CBC859 (or 0xCBC859) is known color: Wild Willow. HEX triplet: CB, C8 and 59. RGB value is (203,200,89). Sum of RGB (Red+Green+Blue) = 203+200+89=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC859 is #3437A6. Grayscale: #BCBCBC. Windows color (decimal): -3422119 or 5884107. OLE color: 5884107.
HSL color Cylindrical-coordinate representation of color #CBC859: hue angle of 58.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBC859 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 89 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.20 |
| HSL | 58.42º | 0.52% | 0.57% | - |
| HSV(B) | 58.42º | 0.56% | 0.8% | - |
| XYZ | 47.09 | 54.73 | 17.53 | - |
| YUV | 188.24 | 71.99 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 89 | 0 | 0.01 | 0.56 | 0.20 | 58.42 | 0.52 | 0.57 |
| Hex | CB | C8 | 59 | 0 | 1 | 38 | 14 | 3A | 34 | 39 |
| Octal | 313 | 310 | 131 | 0 | 1 | 70 | 24 | 72 | 64 | 71 |
| Binary | 11001011 | 11001000 | 1011001 | 0 | 1 | 111000 | 10100 | 111010 | 110100 | 111001 |
Color Harmonies of #CBC859
Complementary color
Monochromatic Colors of #CBC859
Black with #CBC859
Text Example
Text Example
White with #CBC859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC859; }
p { color: rgb(203,200,89); }
H1.HeaderClassName
{
color: #CBC859;
}
.AnyTagClassName
{
color: #CBC859;
}
</style>
background-color css
<style>
a { background-color: #CBC859; }
a { background-color: rgb(203,200,89); }
div.DivClassName
{
background-color: #CBC859;
}
.BgClassName
{
background-color: #CBC859;
}
</style>
border-color css
<style>
span { border-color: #CBC859; }
span { border-color: rgb(203,200,89); }
td.TdClassName
{
border-color: #CBC859;
}
.TagClassName
{
border-color: #CBC859;
}
</style>