Shades of Wild Willow #CBCC62
Tints of Wild Willow #CBCC62
RGB
CMYK
RGB Variations
Color information
#CBCC62 (or 0xCBCC62) is known color: Wild Willow. HEX triplet: CB, CC and 62. RGB value is (203,204,98). Sum of RGB (Red+Green+Blue) = 203+204+98=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC62 is #34339D. Grayscale: #C0C0C0. Windows color (decimal): -3421086 or 6474955. OLE color: 6474955.
HSL color Cylindrical-coordinate representation of color #CBCC62: 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.52%. Process color model (Four color, CMYK) of #CBCC62 is Cyan = 0.00, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 98 | - |
| CMYK | 0.00 | 0 | 0.52 | 0.2 |
| HSL | 60.57º | 0.51% | 0.59% | - |
| HSV(B) | 60.57º | 0.52% | 0.8% | - |
| XYZ | 48.43 | 56.76 | 19.96 | - |
| YUV | 191.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 98 | 0.00 | 0 | 0.52 | 0.2 | 60.57 | 0.51 | 0.59 |
| Hex | CB | CC | 62 | 0 | 0 | 34 | 14 | 3D | 33 | 3B |
| Octal | 313 | 314 | 142 | 0 | 0 | 64 | 24 | 75 | 63 | 73 |
| Binary | 11001011 | 11001100 | 1100010 | 0 | 0 | 110100 | 10100 | 111101 | 110011 | 111011 |
Color Harmonies of #CBCC62
Complementary color
Monochromatic Colors of #CBCC62
Black with #CBCC62
Text Example
Text Example
White with #CBCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC62; }
p { color: rgb(203,204,98); }
H1.HeaderClassName
{
color: #CBCC62;
}
.AnyTagClassName
{
color: #CBCC62;
}
</style>
background-color css
<style>
a { background-color: #CBCC62; }
a { background-color: rgb(203,204,98); }
div.DivClassName
{
background-color: #CBCC62;
}
.BgClassName
{
background-color: #CBCC62;
}
</style>
border-color css
<style>
span { border-color: #CBCC62; }
span { border-color: rgb(203,204,98); }
td.TdClassName
{
border-color: #CBCC62;
}
.TagClassName
{
border-color: #CBCC62;
}
</style>