Shades of Wild Willow #CBCD64
Tints of Wild Willow #CBCD64
RGB
CMYK
RGB Variations
Color information
#CBCD64 (or 0xCBCD64) is known color: Wild Willow. HEX triplet: CB, CD and 64. RGB value is (203,205,100). Sum of RGB (Red+Green+Blue) = 203+205+100=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD64 is #34329B. Grayscale: #C0C0C0. Windows color (decimal): -3420828 or 6606283. OLE color: 6606283.
HSL color Cylindrical-coordinate representation of color #CBCD64: hue angle of 61.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBCD64 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 100 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.20 |
| HSL | 61.14º | 0.51% | 0.6% | - |
| HSV(B) | 61.14º | 0.51% | 0.8% | - |
| XYZ | 48.76 | 57.28 | 20.54 | - |
| YUV | 192.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 100 | 0.01 | 0 | 0.51 | 0.20 | 61.14 | 0.51 | 0.6 |
| Hex | CB | CD | 64 | 1 | 0 | 33 | 14 | 3D | 33 | 3C |
| Octal | 313 | 315 | 144 | 1 | 0 | 63 | 24 | 75 | 63 | 74 |
| Binary | 11001011 | 11001101 | 1100100 | 1 | 0 | 110011 | 10100 | 111101 | 110011 | 111100 |
Color Harmonies of #CBCD64
Complementary color
Monochromatic Colors of #CBCD64
Black with #CBCD64
Text Example
Text Example
White with #CBCD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD64; }
p { color: rgb(203,205,100); }
H1.HeaderClassName
{
color: #CBCD64;
}
.AnyTagClassName
{
color: #CBCD64;
}
</style>
background-color css
<style>
a { background-color: #CBCD64; }
a { background-color: rgb(203,205,100); }
div.DivClassName
{
background-color: #CBCD64;
}
.BgClassName
{
background-color: #CBCD64;
}
</style>
border-color css
<style>
span { border-color: #CBCD64; }
span { border-color: rgb(203,205,100); }
td.TdClassName
{
border-color: #CBCD64;
}
.TagClassName
{
border-color: #CBCD64;
}
</style>