Shades of Wild Willow #C1CB6B
Tints of Wild Willow #C1CB6B
RGB
CMYK
RGB Variations
Color information
#C1CB6B (or 0xC1CB6B) is known color: Wild Willow. HEX triplet: C1, CB and 6B. RGB value is (193,203,107). Sum of RGB (Red+Green+Blue) = 193+203+107=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CB6B is #3E3494. Grayscale: #BDBDBD. Windows color (decimal): -4076693 or 7064513. OLE color: 7064513.
HSL color Cylindrical-coordinate representation of color #C1CB6B: hue angle of 66.25º 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 #C1CB6B is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 203 | 107 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.20 |
| HSL | 66.25º | 0.48% | 0.61% | - |
| HSV(B) | 66.25º | 0.47% | 0.8% | - |
| XYZ | 46 | 55.11 | 22.12 | - |
| YUV | 189.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 203 | 107 | 0.05 | 0 | 0.47 | 0.20 | 66.25 | 0.48 | 0.61 |
| Hex | C1 | CB | 6B | 5 | 0 | 2F | 14 | 42 | 30 | 3D |
| Octal | 301 | 313 | 153 | 5 | 0 | 57 | 24 | 102 | 60 | 75 |
| Binary | 11000001 | 11001011 | 1101011 | 101 | 0 | 101111 | 10100 | 1000010 | 110000 | 111101 |
Color Harmonies of #C1CB6B
Complementary color
Monochromatic Colors of #C1CB6B
Black with #C1CB6B
Text Example
Text Example
White with #C1CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CB6B; }
p { color: rgb(193,203,107); }
H1.HeaderClassName
{
color: #C1CB6B;
}
.AnyTagClassName
{
color: #C1CB6B;
}
</style>
background-color css
<style>
a { background-color: #C1CB6B; }
a { background-color: rgb(193,203,107); }
div.DivClassName
{
background-color: #C1CB6B;
}
.BgClassName
{
background-color: #C1CB6B;
}
</style>
border-color css
<style>
span { border-color: #C1CB6B; }
span { border-color: rgb(193,203,107); }
td.TdClassName
{
border-color: #C1CB6B;
}
.TagClassName
{
border-color: #C1CB6B;
}
</style>