Shades of Wild Willow #CBC65C
Tints of Wild Willow #CBC65C
RGB
CMYK
RGB Variations
Color information
#CBC65C (or 0xCBC65C) is known color: Wild Willow. HEX triplet: CB, C6 and 5C. RGB value is (203,198,92). Sum of RGB (Red+Green+Blue) = 203+198+92=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC65C is #3439A3. Grayscale: #BBBBBB. Windows color (decimal): -3422628 or 6080203. OLE color: 6080203.
HSL color Cylindrical-coordinate representation of color #CBC65C: hue angle of 57.3º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBC65C is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 92 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.20 |
| HSL | 57.3º | 0.52% | 0.58% | - |
| HSV(B) | 57.3º | 0.55% | 0.8% | - |
| XYZ | 46.75 | 53.86 | 18.06 | - |
| YUV | 187.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 92 | 0 | 0.02 | 0.55 | 0.20 | 57.3 | 0.52 | 0.58 |
| Hex | CB | C6 | 5C | 0 | 2 | 37 | 14 | 39 | 34 | 3A |
| Octal | 313 | 306 | 134 | 0 | 2 | 67 | 24 | 71 | 64 | 72 |
| Binary | 11001011 | 11000110 | 1011100 | 0 | 10 | 110111 | 10100 | 111001 | 110100 | 111010 |
Color Harmonies of #CBC65C
Complementary color
Monochromatic Colors of #CBC65C
Black with #CBC65C
Text Example
Text Example
White with #CBC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC65C; }
p { color: rgb(203,198,92); }
H1.HeaderClassName
{
color: #CBC65C;
}
.AnyTagClassName
{
color: #CBC65C;
}
</style>
background-color css
<style>
a { background-color: #CBC65C; }
a { background-color: rgb(203,198,92); }
div.DivClassName
{
background-color: #CBC65C;
}
.BgClassName
{
background-color: #CBC65C;
}
</style>
border-color css
<style>
span { border-color: #CBC65C; }
span { border-color: rgb(203,198,92); }
td.TdClassName
{
border-color: #CBC65C;
}
.TagClassName
{
border-color: #CBC65C;
}
</style>