Shades of Wild Willow #CBCB57
Tints of Wild Willow #CBCB57
RGB
CMYK
RGB Variations
Color information
#CBCB57 (or 0xCBCB57) is known color: Wild Willow. HEX triplet: CB, CB and 57. RGB value is (203,203,87). Sum of RGB (Red+Green+Blue) = 203+203+87=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB57 is #3434A8. Grayscale: #BEBEBE. Windows color (decimal): -3421353 or 5753803. OLE color: 5753803.
HSL color Cylindrical-coordinate representation of color #CBCB57: hue angle of 60º 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 #CBCB57 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 87 | - |
| CMYK | 0 | 0 | 0.57 | 0.20 |
| HSL | 60º | 0.53% | 0.57% | - |
| HSV(B) | 60º | 0.57% | 0.8% | - |
| XYZ | 47.7 | 56.1 | 17.33 | - |
| YUV | 189.78 | 70 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 87 | 0 | 0 | 0.57 | 0.20 | 60 | 0.53 | 0.57 |
| Hex | CB | CB | 57 | 0 | 0 | 39 | 14 | 3C | 35 | 39 |
| Octal | 313 | 313 | 127 | 0 | 0 | 71 | 24 | 74 | 65 | 71 |
| Binary | 11001011 | 11001011 | 1010111 | 0 | 0 | 111001 | 10100 | 111100 | 110101 | 111001 |
Color Harmonies of #CBCB57
Complementary color
Monochromatic Colors of #CBCB57
Black with #CBCB57
Text Example
Text Example
White with #CBCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB57; }
p { color: rgb(203,203,87); }
H1.HeaderClassName
{
color: #CBCB57;
}
.AnyTagClassName
{
color: #CBCB57;
}
</style>
background-color css
<style>
a { background-color: #CBCB57; }
a { background-color: rgb(203,203,87); }
div.DivClassName
{
background-color: #CBCB57;
}
.BgClassName
{
background-color: #CBCB57;
}
</style>
border-color css
<style>
span { border-color: #CBCB57; }
span { border-color: rgb(203,203,87); }
td.TdClassName
{
border-color: #CBCB57;
}
.TagClassName
{
border-color: #CBCB57;
}
</style>