Shades of Wild Willow #CBC858
Tints of Wild Willow #CBC858
RGB
CMYK
RGB Variations
Color information
#CBC858 (or 0xCBC858) is known color: Wild Willow. HEX triplet: CB, C8 and 58. RGB value is (203,200,88). Sum of RGB (Red+Green+Blue) = 203+200+88=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC858 is #3437A7. Grayscale: #BCBCBC. Windows color (decimal): -3422120 or 5818571. OLE color: 5818571.
HSL color Cylindrical-coordinate representation of color #CBC858: hue angle of 58.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBC858 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 88 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.20 |
| HSL | 58.43º | 0.53% | 0.57% | - |
| HSV(B) | 58.43º | 0.57% | 0.8% | - |
| XYZ | 47.04 | 54.71 | 17.31 | - |
| YUV | 188.13 | 71.49 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 88 | 0 | 0.01 | 0.57 | 0.20 | 58.43 | 0.53 | 0.57 |
| Hex | CB | C8 | 58 | 0 | 1 | 39 | 14 | 3A | 35 | 39 |
| Octal | 313 | 310 | 130 | 0 | 1 | 71 | 24 | 72 | 65 | 71 |
| Binary | 11001011 | 11001000 | 1011000 | 0 | 1 | 111001 | 10100 | 111010 | 110101 | 111001 |
Color Harmonies of #CBC858
Complementary color
Monochromatic Colors of #CBC858
Black with #CBC858
Text Example
Text Example
White with #CBC858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC858; }
p { color: rgb(203,200,88); }
H1.HeaderClassName
{
color: #CBC858;
}
.AnyTagClassName
{
color: #CBC858;
}
</style>
background-color css
<style>
a { background-color: #CBC858; }
a { background-color: rgb(203,200,88); }
div.DivClassName
{
background-color: #CBC858;
}
.BgClassName
{
background-color: #CBC858;
}
</style>
border-color css
<style>
span { border-color: #CBC858; }
span { border-color: rgb(203,200,88); }
td.TdClassName
{
border-color: #CBC858;
}
.TagClassName
{
border-color: #CBC858;
}
</style>