Shades of Wild Willow #CBC965
Tints of Wild Willow #CBC965
RGB
CMYK
RGB Variations
Color information
#CBC965 (or 0xCBC965) is known color: Wild Willow. HEX triplet: CB, C9 and 65. RGB value is (203,201,101). Sum of RGB (Red+Green+Blue) = 203+201+101=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC965 is #34369A. Grayscale: #BEBEBE. Windows color (decimal): -3421851 or 6670795. OLE color: 6670795.
HSL color Cylindrical-coordinate representation of color #CBC965: hue angle of 58.82º 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 #CBC965 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 101 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.20 |
| HSL | 58.82º | 0.5% | 0.6% | - |
| HSV(B) | 58.82º | 0.5% | 0.8% | - |
| XYZ | 47.86 | 55.41 | 20.48 | - |
| YUV | 190.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 101 | 0 | 0.01 | 0.50 | 0.20 | 58.82 | 0.5 | 0.6 |
| Hex | CB | C9 | 65 | 0 | 1 | 32 | 14 | 3B | 32 | 3C |
| Octal | 313 | 311 | 145 | 0 | 1 | 62 | 24 | 73 | 62 | 74 |
| Binary | 11001011 | 11001001 | 1100101 | 0 | 1 | 110010 | 10100 | 111011 | 110010 | 111100 |
Color Harmonies of #CBC965
Complementary color
Monochromatic Colors of #CBC965
Black with #CBC965
Text Example
Text Example
White with #CBC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC965; }
p { color: rgb(203,201,101); }
H1.HeaderClassName
{
color: #CBC965;
}
.AnyTagClassName
{
color: #CBC965;
}
</style>
background-color css
<style>
a { background-color: #CBC965; }
a { background-color: rgb(203,201,101); }
div.DivClassName
{
background-color: #CBC965;
}
.BgClassName
{
background-color: #CBC965;
}
</style>
border-color css
<style>
span { border-color: #CBC965; }
span { border-color: rgb(203,201,101); }
td.TdClassName
{
border-color: #CBC965;
}
.TagClassName
{
border-color: #CBC965;
}
</style>