Shades of Wild Willow #CBCF65
Tints of Wild Willow #CBCF65
RGB
CMYK
RGB Variations
Color information
#CBCF65 (or 0xCBCF65) is known color: Wild Willow. HEX triplet: CB, CF and 65. RGB value is (203,207,101). Sum of RGB (Red+Green+Blue) = 203+207+101=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCF65 is #34309A. Grayscale: #C2C2C2. Windows color (decimal): -3420315 or 6672331. OLE color: 6672331.
HSL color Cylindrical-coordinate representation of color #CBCF65: hue angle of 62.26º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBCF65 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 101 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.19 |
| HSL | 62.26º | 0.52% | 0.6% | - |
| HSV(B) | 62.26º | 0.51% | 0.81% | - |
| XYZ | 49.29 | 58.26 | 20.96 | - |
| YUV | 193.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 101 | 0.02 | 0 | 0.51 | 0.19 | 62.26 | 0.52 | 0.6 |
| Hex | CB | CF | 65 | 2 | 0 | 33 | 13 | 3E | 34 | 3C |
| Octal | 313 | 317 | 145 | 2 | 0 | 63 | 23 | 76 | 64 | 74 |
| Binary | 11001011 | 11001111 | 1100101 | 10 | 0 | 110011 | 10011 | 111110 | 110100 | 111100 |
Color Harmonies of #CBCF65
Complementary color
Monochromatic Colors of #CBCF65
Black with #CBCF65
Text Example
Text Example
White with #CBCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF65; }
p { color: rgb(203,207,101); }
H1.HeaderClassName
{
color: #CBCF65;
}
.AnyTagClassName
{
color: #CBCF65;
}
</style>
background-color css
<style>
a { background-color: #CBCF65; }
a { background-color: rgb(203,207,101); }
div.DivClassName
{
background-color: #CBCF65;
}
.BgClassName
{
background-color: #CBCF65;
}
</style>
border-color css
<style>
span { border-color: #CBCF65; }
span { border-color: rgb(203,207,101); }
td.TdClassName
{
border-color: #CBCF65;
}
.TagClassName
{
border-color: #CBCF65;
}
</style>