Shades of Wild Willow #CBC96B
Tints of Wild Willow #CBC96B
RGB
CMYK
RGB Variations
Color information
#CBC96B (or 0xCBC96B) is known color: Wild Willow. HEX triplet: CB, C9 and 6B. RGB value is (203,201,107). Sum of RGB (Red+Green+Blue) = 203+201+107=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC96B is #343694. Grayscale: #BFBFBF. Windows color (decimal): -3421845 or 7064011. OLE color: 7064011.
HSL color Cylindrical-coordinate representation of color #CBC96B: hue angle of 58.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBC96B is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 107 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.20 |
| HSL | 58.75º | 0.48% | 0.61% | - |
| HSV(B) | 58.75º | 0.47% | 0.8% | - |
| XYZ | 48.17 | 55.53 | 22.09 | - |
| YUV | 190.88 | 80.66 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 107 | 0 | 0.01 | 0.47 | 0.20 | 58.75 | 0.48 | 0.61 |
| Hex | CB | C9 | 6B | 0 | 1 | 2F | 14 | 3B | 30 | 3D |
| Octal | 313 | 311 | 153 | 0 | 1 | 57 | 24 | 73 | 60 | 75 |
| Binary | 11001011 | 11001001 | 1101011 | 0 | 1 | 101111 | 10100 | 111011 | 110000 | 111101 |
Color Harmonies of #CBC96B
Complementary color
Monochromatic Colors of #CBC96B
Black with #CBC96B
Text Example
Text Example
White with #CBC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC96B; }
p { color: rgb(203,201,107); }
H1.HeaderClassName
{
color: #CBC96B;
}
.AnyTagClassName
{
color: #CBC96B;
}
</style>
background-color css
<style>
a { background-color: #CBC96B; }
a { background-color: rgb(203,201,107); }
div.DivClassName
{
background-color: #CBC96B;
}
.BgClassName
{
background-color: #CBC96B;
}
</style>
border-color css
<style>
span { border-color: #CBC96B; }
span { border-color: rgb(203,201,107); }
td.TdClassName
{
border-color: #CBC96B;
}
.TagClassName
{
border-color: #CBC96B;
}
</style>