Shades of Wild Willow #CBC663
Tints of Wild Willow #CBC663
RGB
CMYK
RGB Variations
Color information
#CBC663 (or 0xCBC663) is known color: Wild Willow. HEX triplet: CB, C6 and 63. RGB value is (203,198,99). Sum of RGB (Red+Green+Blue) = 203+198+99=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC663 is #34399C. Grayscale: #BCBCBC. Windows color (decimal): -3422621 or 6538955. OLE color: 6538955.
HSL color Cylindrical-coordinate representation of color #CBC663: hue angle of 57.12º 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 #CBC663 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 99 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.20 |
| HSL | 57.12º | 0.5% | 0.59% | - |
| HSV(B) | 57.12º | 0.51% | 0.8% | - |
| XYZ | 47.07 | 53.99 | 19.74 | - |
| YUV | 188.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 99 | 0 | 0.02 | 0.51 | 0.20 | 57.12 | 0.5 | 0.59 |
| Hex | CB | C6 | 63 | 0 | 2 | 33 | 14 | 39 | 32 | 3B |
| Octal | 313 | 306 | 143 | 0 | 2 | 63 | 24 | 71 | 62 | 73 |
| Binary | 11001011 | 11000110 | 1100011 | 0 | 10 | 110011 | 10100 | 111001 | 110010 | 111011 |
Color Harmonies of #CBC663
Complementary color
Monochromatic Colors of #CBC663
Black with #CBC663
Text Example
Text Example
White with #CBC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC663; }
p { color: rgb(203,198,99); }
H1.HeaderClassName
{
color: #CBC663;
}
.AnyTagClassName
{
color: #CBC663;
}
</style>
background-color css
<style>
a { background-color: #CBC663; }
a { background-color: rgb(203,198,99); }
div.DivClassName
{
background-color: #CBC663;
}
.BgClassName
{
background-color: #CBC663;
}
</style>
border-color css
<style>
span { border-color: #CBC663; }
span { border-color: rgb(203,198,99); }
td.TdClassName
{
border-color: #CBC663;
}
.TagClassName
{
border-color: #CBC663;
}
</style>