Shades of Wild Willow #CBC85A
Tints of Wild Willow #CBC85A
RGB
CMYK
RGB Variations
Color information
#CBC85A (or 0xCBC85A) is known color: Wild Willow. HEX triplet: CB, C8 and 5A. RGB value is (203,200,90). Sum of RGB (Red+Green+Blue) = 203+200+90=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC85A is #3437A5. Grayscale: #BCBCBC. Windows color (decimal): -3422118 or 5949643. OLE color: 5949643.
HSL color Cylindrical-coordinate representation of color #CBC85A: hue angle of 58.41º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBC85A is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 90 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.20 |
| HSL | 58.41º | 0.52% | 0.57% | - |
| HSV(B) | 58.41º | 0.56% | 0.8% | - |
| XYZ | 47.13 | 54.74 | 17.76 | - |
| YUV | 188.36 | 72.49 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 90 | 0 | 0.01 | 0.56 | 0.20 | 58.41 | 0.52 | 0.57 |
| Hex | CB | C8 | 5A | 0 | 1 | 38 | 14 | 3A | 34 | 39 |
| Octal | 313 | 310 | 132 | 0 | 1 | 70 | 24 | 72 | 64 | 71 |
| Binary | 11001011 | 11001000 | 1011010 | 0 | 1 | 111000 | 10100 | 111010 | 110100 | 111001 |
Color Harmonies of #CBC85A
Complementary color
Monochromatic Colors of #CBC85A
Black with #CBC85A
Text Example
Text Example
White with #CBC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC85A; }
p { color: rgb(203,200,90); }
H1.HeaderClassName
{
color: #CBC85A;
}
.AnyTagClassName
{
color: #CBC85A;
}
</style>
background-color css
<style>
a { background-color: #CBC85A; }
a { background-color: rgb(203,200,90); }
div.DivClassName
{
background-color: #CBC85A;
}
.BgClassName
{
background-color: #CBC85A;
}
</style>
border-color css
<style>
span { border-color: #CBC85A; }
span { border-color: rgb(203,200,90); }
td.TdClassName
{
border-color: #CBC85A;
}
.TagClassName
{
border-color: #CBC85A;
}
</style>