Shades of Wild Willow #CBCB67
Tints of Wild Willow #CBCB67
RGB
CMYK
RGB Variations
Color information
#CBCB67 (or 0xCBCB67) is known color: Wild Willow. HEX triplet: CB, CB and 67. RGB value is (203,203,103). Sum of RGB (Red+Green+Blue) = 203+203+103=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCB67 is #343498. Grayscale: #C0C0C0. Windows color (decimal): -3421337 or 6802379. OLE color: 6802379.
HSL color Cylindrical-coordinate representation of color #CBCB67: hue angle of 60º degrees, saturation: 0.49, 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 #CBCB67 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 103 | - |
| CMYK | 0 | 0 | 0.49 | 0.20 |
| HSL | 60º | 0.49% | 0.6% | - |
| HSV(B) | 60º | 0.49% | 0.8% | - |
| XYZ | 48.43 | 56.39 | 21.16 | - |
| YUV | 191.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 103 | 0 | 0 | 0.49 | 0.20 | 60 | 0.49 | 0.6 |
| Hex | CB | CB | 67 | 0 | 0 | 31 | 14 | 3C | 31 | 3C |
| Octal | 313 | 313 | 147 | 0 | 0 | 61 | 24 | 74 | 61 | 74 |
| Binary | 11001011 | 11001011 | 1100111 | 0 | 0 | 110001 | 10100 | 111100 | 110001 | 111100 |
Color Harmonies of #CBCB67
Complementary color
Monochromatic Colors of #CBCB67
Black with #CBCB67
Text Example
Text Example
White with #CBCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCB67; }
p { color: rgb(203,203,103); }
H1.HeaderClassName
{
color: #CBCB67;
}
.AnyTagClassName
{
color: #CBCB67;
}
</style>
background-color css
<style>
a { background-color: #CBCB67; }
a { background-color: rgb(203,203,103); }
div.DivClassName
{
background-color: #CBCB67;
}
.BgClassName
{
background-color: #CBCB67;
}
</style>
border-color css
<style>
span { border-color: #CBCB67; }
span { border-color: rgb(203,203,103); }
td.TdClassName
{
border-color: #CBCB67;
}
.TagClassName
{
border-color: #CBCB67;
}
</style>