Shades of Wild Willow #CBCC68
Tints of Wild Willow #CBCC68
RGB
CMYK
RGB Variations
Color information
#CBCC68 (or 0xCBCC68) is known color: Wild Willow. HEX triplet: CB, CC and 68. RGB value is (203,204,104). Sum of RGB (Red+Green+Blue) = 203+204+104=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC68 is #343397. Grayscale: #C0C0C0. Windows color (decimal): -3421080 or 6868171. OLE color: 6868171.
HSL color Cylindrical-coordinate representation of color #CBCC68: hue angle of 60.6º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBCC68 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 104 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.2 |
| HSL | 60.6º | 0.5% | 0.6% | - |
| HSV(B) | 60.6º | 0.49% | 0.8% | - |
| XYZ | 48.72 | 56.88 | 21.51 | - |
| YUV | 192.3 | 78.17 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 104 | 0.00 | 0 | 0.49 | 0.2 | 60.6 | 0.5 | 0.6 |
| Hex | CB | CC | 68 | 0 | 0 | 31 | 14 | 3D | 32 | 3C |
| Octal | 313 | 314 | 150 | 0 | 0 | 61 | 24 | 75 | 62 | 74 |
| Binary | 11001011 | 11001100 | 1101000 | 0 | 0 | 110001 | 10100 | 111101 | 110010 | 111100 |
Color Harmonies of #CBCC68
Complementary color
Monochromatic Colors of #CBCC68
Black with #CBCC68
Text Example
Text Example
White with #CBCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC68; }
p { color: rgb(203,204,104); }
H1.HeaderClassName
{
color: #CBCC68;
}
.AnyTagClassName
{
color: #CBCC68;
}
</style>
background-color css
<style>
a { background-color: #CBCC68; }
a { background-color: rgb(203,204,104); }
div.DivClassName
{
background-color: #CBCC68;
}
.BgClassName
{
background-color: #CBCC68;
}
</style>
border-color css
<style>
span { border-color: #CBCC68; }
span { border-color: rgb(203,204,104); }
td.TdClassName
{
border-color: #CBCC68;
}
.TagClassName
{
border-color: #CBCC68;
}
</style>