Shades of Wild Willow #CBCD63
Tints of Wild Willow #CBCD63
RGB
CMYK
RGB Variations
Color information
#CBCD63 (or 0xCBCD63) is known color: Wild Willow. HEX triplet: CB, CD and 63. RGB value is (203,205,99). Sum of RGB (Red+Green+Blue) = 203+205+99=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD63 is #34329C. Grayscale: #C0C0C0. Windows color (decimal): -3420829 or 6540747. OLE color: 6540747.
HSL color Cylindrical-coordinate representation of color #CBCD63: hue angle of 61.13º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CBCD63 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 205 | 99 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.20 |
| HSL | 61.13º | 0.51% | 0.6% | - |
| HSV(B) | 61.13º | 0.52% | 0.8% | - |
| XYZ | 48.71 | 57.26 | 20.29 | - |
| YUV | 192.32 | 75.34 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 99 | 0.01 | 0 | 0.52 | 0.20 | 61.13 | 0.51 | 0.6 |
| Hex | CB | CD | 63 | 1 | 0 | 34 | 14 | 3D | 33 | 3C |
| Octal | 313 | 315 | 143 | 1 | 0 | 64 | 24 | 75 | 63 | 74 |
| Binary | 11001011 | 11001101 | 1100011 | 1 | 0 | 110100 | 10100 | 111101 | 110011 | 111100 |
Color Harmonies of #CBCD63
Complementary color
Monochromatic Colors of #CBCD63
Black with #CBCD63
Text Example
Text Example
White with #CBCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCD63; }
p { color: rgb(203,205,99); }
H1.HeaderClassName
{
color: #CBCD63;
}
.AnyTagClassName
{
color: #CBCD63;
}
</style>
background-color css
<style>
a { background-color: #CBCD63; }
a { background-color: rgb(203,205,99); }
div.DivClassName
{
background-color: #CBCD63;
}
.BgClassName
{
background-color: #CBCD63;
}
</style>
border-color css
<style>
span { border-color: #CBCD63; }
span { border-color: rgb(203,205,99); }
td.TdClassName
{
border-color: #CBCD63;
}
.TagClassName
{
border-color: #CBCD63;
}
</style>