Shades of Wild Willow #CBC661
Tints of Wild Willow #CBC661
RGB
CMYK
RGB Variations
Color information
#CBC661 (or 0xCBC661) is known color: Wild Willow. HEX triplet: CB, C6 and 61. RGB value is (203,198,97). Sum of RGB (Red+Green+Blue) = 203+198+97=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 97 (38.28% from 255 or 19.48% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC661 is #34399E. Grayscale: #BCBCBC. Windows color (decimal): -3422623 or 6407883. OLE color: 6407883.
HSL color Cylindrical-coordinate representation of color #CBC661: hue angle of 57.17º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBC661 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 97 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.20 |
| HSL | 57.17º | 0.5% | 0.59% | - |
| HSV(B) | 57.17º | 0.52% | 0.8% | - |
| XYZ | 46.98 | 53.95 | 19.25 | - |
| YUV | 187.98 | 76.66 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 97 | 0 | 0.02 | 0.52 | 0.20 | 57.17 | 0.5 | 0.59 |
| Hex | CB | C6 | 61 | 0 | 2 | 34 | 14 | 39 | 32 | 3B |
| Octal | 313 | 306 | 141 | 0 | 2 | 64 | 24 | 71 | 62 | 73 |
| Binary | 11001011 | 11000110 | 1100001 | 0 | 10 | 110100 | 10100 | 111001 | 110010 | 111011 |
Color Harmonies of #CBC661
Complementary color
Monochromatic Colors of #CBC661
Black with #CBC661
Text Example
Text Example
White with #CBC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC661; }
p { color: rgb(203,198,97); }
H1.HeaderClassName
{
color: #CBC661;
}
.AnyTagClassName
{
color: #CBC661;
}
</style>
background-color css
<style>
a { background-color: #CBC661; }
a { background-color: rgb(203,198,97); }
div.DivClassName
{
background-color: #CBC661;
}
.BgClassName
{
background-color: #CBC661;
}
</style>
border-color css
<style>
span { border-color: #CBC661; }
span { border-color: rgb(203,198,97); }
td.TdClassName
{
border-color: #CBC661;
}
.TagClassName
{
border-color: #CBC661;
}
</style>