Shades of Wild Willow #CBC96A
Tints of Wild Willow #CBC96A
RGB
CMYK
RGB Variations
Color information
#CBC96A (or 0xCBC96A) is known color: Wild Willow. HEX triplet: CB, C9 and 6A. RGB value is (203,201,106). Sum of RGB (Red+Green+Blue) = 203+201+106=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC96A is #343695. Grayscale: #BFBFBF. Windows color (decimal): -3421846 or 6998475. OLE color: 6998475.
HSL color Cylindrical-coordinate representation of color #CBC96A: hue angle of 58.76º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBC96A is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 106 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.20 |
| HSL | 58.76º | 0.48% | 0.61% | - |
| HSV(B) | 58.76º | 0.48% | 0.8% | - |
| XYZ | 48.12 | 55.51 | 21.81 | - |
| YUV | 190.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 106 | 0 | 0.01 | 0.48 | 0.20 | 58.76 | 0.48 | 0.61 |
| Hex | CB | C9 | 6A | 0 | 1 | 30 | 14 | 3B | 30 | 3D |
| Octal | 313 | 311 | 152 | 0 | 1 | 60 | 24 | 73 | 60 | 75 |
| Binary | 11001011 | 11001001 | 1101010 | 0 | 1 | 110000 | 10100 | 111011 | 110000 | 111101 |
Color Harmonies of #CBC96A
Complementary color
Monochromatic Colors of #CBC96A
Black with #CBC96A
Text Example
Text Example
White with #CBC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC96A; }
p { color: rgb(203,201,106); }
H1.HeaderClassName
{
color: #CBC96A;
}
.AnyTagClassName
{
color: #CBC96A;
}
</style>
background-color css
<style>
a { background-color: #CBC96A; }
a { background-color: rgb(203,201,106); }
div.DivClassName
{
background-color: #CBC96A;
}
.BgClassName
{
background-color: #CBC96A;
}
</style>
border-color css
<style>
span { border-color: #CBC96A; }
span { border-color: rgb(203,201,106); }
td.TdClassName
{
border-color: #CBC96A;
}
.TagClassName
{
border-color: #CBC96A;
}
</style>