Shades of Wild Willow #CBC863
Tints of Wild Willow #CBC863
RGB
CMYK
RGB Variations
Color information
#CBC863 (or 0xCBC863) is known color: Wild Willow. HEX triplet: CB, C8 and 63. RGB value is (203,200,99). Sum of RGB (Red+Green+Blue) = 203+200+99=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 99 (39.06% from 255 or 19.72% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC863 is #34379C. Grayscale: #BDBDBD. Windows color (decimal): -3422109 or 6539467. OLE color: 6539467.
HSL color Cylindrical-coordinate representation of color #CBC863: hue angle of 58.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBC863 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 99 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.20 |
| HSL | 58.27º | 0.5% | 0.59% | - |
| HSV(B) | 58.27º | 0.51% | 0.8% | - |
| XYZ | 47.54 | 54.91 | 19.9 | - |
| YUV | 189.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 99 | 0 | 0.01 | 0.51 | 0.20 | 58.27 | 0.5 | 0.59 |
| Hex | CB | C8 | 63 | 0 | 1 | 33 | 14 | 3A | 32 | 3B |
| Octal | 313 | 310 | 143 | 0 | 1 | 63 | 24 | 72 | 62 | 73 |
| Binary | 11001011 | 11001000 | 1100011 | 0 | 1 | 110011 | 10100 | 111010 | 110010 | 111011 |
Color Harmonies of #CBC863
Complementary color
Monochromatic Colors of #CBC863
Black with #CBC863
Text Example
Text Example
White with #CBC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC863; }
p { color: rgb(203,200,99); }
H1.HeaderClassName
{
color: #CBC863;
}
.AnyTagClassName
{
color: #CBC863;
}
</style>
background-color css
<style>
a { background-color: #CBC863; }
a { background-color: rgb(203,200,99); }
div.DivClassName
{
background-color: #CBC863;
}
.BgClassName
{
background-color: #CBC863;
}
</style>
border-color css
<style>
span { border-color: #CBC863; }
span { border-color: rgb(203,200,99); }
td.TdClassName
{
border-color: #CBC863;
}
.TagClassName
{
border-color: #CBC863;
}
</style>