Shades of Wild Willow #CBC853
Tints of Wild Willow #CBC853
RGB
CMYK
RGB Variations
Color information
#CBC853 (or 0xCBC853) is known color: Wild Willow. HEX triplet: CB, C8 and 53. RGB value is (203,200,83). Sum of RGB (Red+Green+Blue) = 203+200+83=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC853 is #3437AC. Grayscale: #BCBCBC. Windows color (decimal): -3422125 or 5490891. OLE color: 5490891.
HSL color Cylindrical-coordinate representation of color #CBC853: hue angle of 58.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CBC853 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 83 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.20 |
| HSL | 58.5º | 0.54% | 0.56% | - |
| HSV(B) | 58.5º | 0.59% | 0.8% | - |
| XYZ | 46.84 | 54.63 | 16.26 | - |
| YUV | 187.56 | 68.99 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 83 | 0 | 0.01 | 0.59 | 0.20 | 58.5 | 0.54 | 0.56 |
| Hex | CB | C8 | 53 | 0 | 1 | 3B | 14 | 3A | 36 | 38 |
| Octal | 313 | 310 | 123 | 0 | 1 | 73 | 24 | 72 | 66 | 70 |
| Binary | 11001011 | 11001000 | 1010011 | 0 | 1 | 111011 | 10100 | 111010 | 110110 | 111000 |
Color Harmonies of #CBC853
Complementary color
Monochromatic Colors of #CBC853
Black with #CBC853
Text Example
Text Example
White with #CBC853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC853; }
p { color: rgb(203,200,83); }
H1.HeaderClassName
{
color: #CBC853;
}
.AnyTagClassName
{
color: #CBC853;
}
</style>
background-color css
<style>
a { background-color: #CBC853; }
a { background-color: rgb(203,200,83); }
div.DivClassName
{
background-color: #CBC853;
}
.BgClassName
{
background-color: #CBC853;
}
</style>
border-color css
<style>
span { border-color: #CBC853; }
span { border-color: rgb(203,200,83); }
td.TdClassName
{
border-color: #CBC853;
}
.TagClassName
{
border-color: #CBC853;
}
</style>