Shades of Wild Willow #CBC964
Tints of Wild Willow #CBC964
RGB
CMYK
RGB Variations
Color information
#CBC964 (or 0xCBC964) is known color: Wild Willow. HEX triplet: CB, C9 and 64. RGB value is (203,201,100). Sum of RGB (Red+Green+Blue) = 203+201+100=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC964 is #34369B. Grayscale: #BEBEBE. Windows color (decimal): -3421852 or 6605259. OLE color: 6605259.
HSL color Cylindrical-coordinate representation of color #CBC964: hue angle of 58.83º 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 #CBC964 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 100 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.20 |
| HSL | 58.83º | 0.5% | 0.59% | - |
| HSV(B) | 58.83º | 0.51% | 0.8% | - |
| XYZ | 47.82 | 55.39 | 20.23 | - |
| YUV | 190.08 | 77.16 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 100 | 0 | 0.01 | 0.51 | 0.20 | 58.83 | 0.5 | 0.59 |
| Hex | CB | C9 | 64 | 0 | 1 | 33 | 14 | 3B | 32 | 3B |
| Octal | 313 | 311 | 144 | 0 | 1 | 63 | 24 | 73 | 62 | 73 |
| Binary | 11001011 | 11001001 | 1100100 | 0 | 1 | 110011 | 10100 | 111011 | 110010 | 111011 |
Color Harmonies of #CBC964
Complementary color
Monochromatic Colors of #CBC964
Black with #CBC964
Text Example
Text Example
White with #CBC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC964; }
p { color: rgb(203,201,100); }
H1.HeaderClassName
{
color: #CBC964;
}
.AnyTagClassName
{
color: #CBC964;
}
</style>
background-color css
<style>
a { background-color: #CBC964; }
a { background-color: rgb(203,201,100); }
div.DivClassName
{
background-color: #CBC964;
}
.BgClassName
{
background-color: #CBC964;
}
</style>
border-color css
<style>
span { border-color: #CBC964; }
span { border-color: rgb(203,201,100); }
td.TdClassName
{
border-color: #CBC964;
}
.TagClassName
{
border-color: #CBC964;
}
</style>