Shades of Wild Willow #CBCC57
Tints of Wild Willow #CBCC57
RGB
CMYK
RGB Variations
Color information
#CBCC57 (or 0xCBCC57) is known color: Wild Willow. HEX triplet: CB, CC and 57. RGB value is (203,204,87). Sum of RGB (Red+Green+Blue) = 203+204+87=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC57 is #3433A8. Grayscale: #BEBEBE. Windows color (decimal): -3421097 or 5754059. OLE color: 5754059.
HSL color Cylindrical-coordinate representation of color #CBCC57: hue angle of 60.51º 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 #CBCC57 is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 87 | - |
| CMYK | 0.00 | 0 | 0.57 | 0.2 |
| HSL | 60.51º | 0.53% | 0.57% | - |
| HSV(B) | 60.51º | 0.57% | 0.8% | - |
| XYZ | 47.94 | 56.57 | 17.41 | - |
| YUV | 190.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 87 | 0.00 | 0 | 0.57 | 0.2 | 60.51 | 0.53 | 0.57 |
| Hex | CB | CC | 57 | 0 | 0 | 39 | 14 | 3D | 35 | 39 |
| Octal | 313 | 314 | 127 | 0 | 0 | 71 | 24 | 75 | 65 | 71 |
| Binary | 11001011 | 11001100 | 1010111 | 0 | 0 | 111001 | 10100 | 111101 | 110101 | 111001 |
Color Harmonies of #CBCC57
Complementary color
Monochromatic Colors of #CBCC57
Black with #CBCC57
Text Example
Text Example
White with #CBCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC57; }
p { color: rgb(203,204,87); }
H1.HeaderClassName
{
color: #CBCC57;
}
.AnyTagClassName
{
color: #CBCC57;
}
</style>
background-color css
<style>
a { background-color: #CBCC57; }
a { background-color: rgb(203,204,87); }
div.DivClassName
{
background-color: #CBCC57;
}
.BgClassName
{
background-color: #CBCC57;
}
</style>
border-color css
<style>
span { border-color: #CBCC57; }
span { border-color: rgb(203,204,87); }
td.TdClassName
{
border-color: #CBCC57;
}
.TagClassName
{
border-color: #CBCC57;
}
</style>