Shades of Wild Willow #CBC65B
Tints of Wild Willow #CBC65B
RGB
CMYK
RGB Variations
Color information
#CBC65B (or 0xCBC65B) is known color: Wild Willow. HEX triplet: CB, C6 and 5B. RGB value is (203,198,91). Sum of RGB (Red+Green+Blue) = 203+198+91=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC65B is #3439A4. Grayscale: #BBBBBB. Windows color (decimal): -3422629 or 6014667. OLE color: 6014667.
HSL color Cylindrical-coordinate representation of color #CBC65B: hue angle of 57.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBC65B is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 91 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.20 |
| HSL | 57.32º | 0.52% | 0.58% | - |
| HSV(B) | 57.32º | 0.55% | 0.8% | - |
| XYZ | 46.71 | 53.84 | 17.83 | - |
| YUV | 187.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 91 | 0 | 0.02 | 0.55 | 0.20 | 57.32 | 0.52 | 0.58 |
| Hex | CB | C6 | 5B | 0 | 2 | 37 | 14 | 39 | 34 | 3A |
| Octal | 313 | 306 | 133 | 0 | 2 | 67 | 24 | 71 | 64 | 72 |
| Binary | 11001011 | 11000110 | 1011011 | 0 | 10 | 110111 | 10100 | 111001 | 110100 | 111010 |
Color Harmonies of #CBC65B
Complementary color
Monochromatic Colors of #CBC65B
Black with #CBC65B
Text Example
Text Example
White with #CBC65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC65B; }
p { color: rgb(203,198,91); }
H1.HeaderClassName
{
color: #CBC65B;
}
.AnyTagClassName
{
color: #CBC65B;
}
</style>
background-color css
<style>
a { background-color: #CBC65B; }
a { background-color: rgb(203,198,91); }
div.DivClassName
{
background-color: #CBC65B;
}
.BgClassName
{
background-color: #CBC65B;
}
</style>
border-color css
<style>
span { border-color: #CBC65B; }
span { border-color: rgb(203,198,91); }
td.TdClassName
{
border-color: #CBC65B;
}
.TagClassName
{
border-color: #CBC65B;
}
</style>