Shades of Wild Willow #CBC865
Tints of Wild Willow #CBC865
RGB
CMYK
RGB Variations
Color information
#CBC865 (or 0xCBC865) is known color: Wild Willow. HEX triplet: CB, C8 and 65. RGB value is (203,200,101). Sum of RGB (Red+Green+Blue) = 203+200+101=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC865 is #34379A. Grayscale: #BEBEBE. Windows color (decimal): -3422107 or 6670539. OLE color: 6670539.
HSL color Cylindrical-coordinate representation of color #CBC865: hue angle of 58.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBC865 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 101 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.20 |
| HSL | 58.24º | 0.5% | 0.6% | - |
| HSV(B) | 58.24º | 0.5% | 0.8% | - |
| XYZ | 47.63 | 54.94 | 20.41 | - |
| YUV | 189.61 | 77.99 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 101 | 0 | 0.01 | 0.50 | 0.20 | 58.24 | 0.5 | 0.6 |
| Hex | CB | C8 | 65 | 0 | 1 | 32 | 14 | 3A | 32 | 3C |
| Octal | 313 | 310 | 145 | 0 | 1 | 62 | 24 | 72 | 62 | 74 |
| Binary | 11001011 | 11001000 | 1100101 | 0 | 1 | 110010 | 10100 | 111010 | 110010 | 111100 |
Color Harmonies of #CBC865
Complementary color
Monochromatic Colors of #CBC865
Black with #CBC865
Text Example
Text Example
White with #CBC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC865; }
p { color: rgb(203,200,101); }
H1.HeaderClassName
{
color: #CBC865;
}
.AnyTagClassName
{
color: #CBC865;
}
</style>
background-color css
<style>
a { background-color: #CBC865; }
a { background-color: rgb(203,200,101); }
div.DivClassName
{
background-color: #CBC865;
}
.BgClassName
{
background-color: #CBC865;
}
</style>
border-color css
<style>
span { border-color: #CBC865; }
span { border-color: rgb(203,200,101); }
td.TdClassName
{
border-color: #CBC865;
}
.TagClassName
{
border-color: #CBC865;
}
</style>