Shades of Wild Willow #CBC956
Tints of Wild Willow #CBC956
RGB
CMYK
RGB Variations
Color information
#CBC956 (or 0xCBC956) is known color: Wild Willow. HEX triplet: CB, C9 and 56. RGB value is (203,201,86). Sum of RGB (Red+Green+Blue) = 203+201+86=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC956 is #3436A9. Grayscale: #BCBCBC. Windows color (decimal): -3421866 or 5687755. OLE color: 5687755.
HSL color Cylindrical-coordinate representation of color #CBC956: hue angle of 58.97º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBC956 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 86 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.20 |
| HSL | 58.97º | 0.53% | 0.57% | - |
| HSV(B) | 58.97º | 0.58% | 0.8% | - |
| XYZ | 47.19 | 55.14 | 16.96 | - |
| YUV | 188.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 86 | 0 | 0.01 | 0.58 | 0.20 | 58.97 | 0.53 | 0.57 |
| Hex | CB | C9 | 56 | 0 | 1 | 3A | 14 | 3B | 35 | 39 |
| Octal | 313 | 311 | 126 | 0 | 1 | 72 | 24 | 73 | 65 | 71 |
| Binary | 11001011 | 11001001 | 1010110 | 0 | 1 | 111010 | 10100 | 111011 | 110101 | 111001 |
Color Harmonies of #CBC956
Complementary color
Monochromatic Colors of #CBC956
Black with #CBC956
Text Example
Text Example
White with #CBC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC956; }
p { color: rgb(203,201,86); }
H1.HeaderClassName
{
color: #CBC956;
}
.AnyTagClassName
{
color: #CBC956;
}
</style>
background-color css
<style>
a { background-color: #CBC956; }
a { background-color: rgb(203,201,86); }
div.DivClassName
{
background-color: #CBC956;
}
.BgClassName
{
background-color: #CBC956;
}
</style>
border-color css
<style>
span { border-color: #CBC956; }
span { border-color: rgb(203,201,86); }
td.TdClassName
{
border-color: #CBC956;
}
.TagClassName
{
border-color: #CBC956;
}
</style>