Shades of Wild Willow #CBCC63
Tints of Wild Willow #CBCC63
RGB
CMYK
RGB Variations
Color information
#CBCC63 (or 0xCBCC63) is known color: Wild Willow. HEX triplet: CB, CC and 63. RGB value is (203,204,99). Sum of RGB (Red+Green+Blue) = 203+204+99=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC63 is #34339C. Grayscale: #C0C0C0. Windows color (decimal): -3421085 or 6540491. OLE color: 6540491.
HSL color Cylindrical-coordinate representation of color #CBCC63: hue angle of 60.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBCC63 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 99 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.2 |
| HSL | 60.57º | 0.51% | 0.59% | - |
| HSV(B) | 60.57º | 0.51% | 0.8% | - |
| XYZ | 48.47 | 56.78 | 20.21 | - |
| YUV | 191.73 | 75.67 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 99 | 0.00 | 0 | 0.51 | 0.2 | 60.57 | 0.51 | 0.59 |
| Hex | CB | CC | 63 | 0 | 0 | 33 | 14 | 3D | 33 | 3B |
| Octal | 313 | 314 | 143 | 0 | 0 | 63 | 24 | 75 | 63 | 73 |
| Binary | 11001011 | 11001100 | 1100011 | 0 | 0 | 110011 | 10100 | 111101 | 110011 | 111011 |
Color Harmonies of #CBCC63
Complementary color
Monochromatic Colors of #CBCC63
Black with #CBCC63
Text Example
Text Example
White with #CBCC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC63; }
p { color: rgb(203,204,99); }
H1.HeaderClassName
{
color: #CBCC63;
}
.AnyTagClassName
{
color: #CBCC63;
}
</style>
background-color css
<style>
a { background-color: #CBCC63; }
a { background-color: rgb(203,204,99); }
div.DivClassName
{
background-color: #CBCC63;
}
.BgClassName
{
background-color: #CBCC63;
}
</style>
border-color css
<style>
span { border-color: #CBCC63; }
span { border-color: rgb(203,204,99); }
td.TdClassName
{
border-color: #CBCC63;
}
.TagClassName
{
border-color: #CBCC63;
}
</style>