Shades of Wild Willow #CBC963
Tints of Wild Willow #CBC963
RGB
CMYK
RGB Variations
Color information
#CBC963 (or 0xCBC963) is known color: Wild Willow. HEX triplet: CB, C9 and 63. RGB value is (203,201,99). Sum of RGB (Red+Green+Blue) = 203+201+99=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC963 is #34369C. Grayscale: #BEBEBE. Windows color (decimal): -3421853 or 6539723. OLE color: 6539723.
HSL color Cylindrical-coordinate representation of color #CBC963: hue angle of 58.85º 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 #CBC963 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 99 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.20 |
| HSL | 58.85º | 0.5% | 0.59% | - |
| HSV(B) | 58.85º | 0.51% | 0.8% | - |
| XYZ | 47.77 | 55.37 | 19.97 | - |
| YUV | 189.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 99 | 0 | 0.01 | 0.51 | 0.20 | 58.85 | 0.5 | 0.59 |
| Hex | CB | C9 | 63 | 0 | 1 | 33 | 14 | 3B | 32 | 3B |
| Octal | 313 | 311 | 143 | 0 | 1 | 63 | 24 | 73 | 62 | 73 |
| Binary | 11001011 | 11001001 | 1100011 | 0 | 1 | 110011 | 10100 | 111011 | 110010 | 111011 |
Color Harmonies of #CBC963
Complementary color
Monochromatic Colors of #CBC963
Black with #CBC963
Text Example
Text Example
White with #CBC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC963; }
p { color: rgb(203,201,99); }
H1.HeaderClassName
{
color: #CBC963;
}
.AnyTagClassName
{
color: #CBC963;
}
</style>
background-color css
<style>
a { background-color: #CBC963; }
a { background-color: rgb(203,201,99); }
div.DivClassName
{
background-color: #CBC963;
}
.BgClassName
{
background-color: #CBC963;
}
</style>
border-color css
<style>
span { border-color: #CBC963; }
span { border-color: rgb(203,201,99); }
td.TdClassName
{
border-color: #CBC963;
}
.TagClassName
{
border-color: #CBC963;
}
</style>