Shades of Wild Willow #C3CB6C
Tints of Wild Willow #C3CB6C
RGB
CMYK
RGB Variations
Color information
#C3CB6C (or 0xC3CB6C) is known color: Wild Willow. HEX triplet: C3, CB and 6C. RGB value is (195,203,108). Sum of RGB (Red+Green+Blue) = 195+203+108=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #C3CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CB6C is #3C3493. Grayscale: #BEBEBE. Windows color (decimal): -3945620 or 7130051. OLE color: 7130051.
HSL color Cylindrical-coordinate representation of color #C3CB6C: hue angle of 65.05º 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 #C3CB6C is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 203 | 108 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.20 |
| HSL | 65.05º | 0.48% | 0.61% | - |
| HSV(B) | 65.05º | 0.47% | 0.8% | - |
| XYZ | 46.57 | 55.4 | 22.43 | - |
| YUV | 189.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 108 | 0.04 | 0 | 0.47 | 0.20 | 65.05 | 0.48 | 0.61 |
| Hex | C3 | CB | 6C | 4 | 0 | 2F | 14 | 41 | 30 | 3D |
| Octal | 303 | 313 | 154 | 4 | 0 | 57 | 24 | 101 | 60 | 75 |
| Binary | 11000011 | 11001011 | 1101100 | 100 | 0 | 101111 | 10100 | 1000001 | 110000 | 111101 |
Color Harmonies of #C3CB6C
Complementary color
Monochromatic Colors of #C3CB6C
Black with #C3CB6C
Text Example
Text Example
White with #C3CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CB6C; }
p { color: rgb(195,203,108); }
H1.HeaderClassName
{
color: #C3CB6C;
}
.AnyTagClassName
{
color: #C3CB6C;
}
</style>
background-color css
<style>
a { background-color: #C3CB6C; }
a { background-color: rgb(195,203,108); }
div.DivClassName
{
background-color: #C3CB6C;
}
.BgClassName
{
background-color: #C3CB6C;
}
</style>
border-color css
<style>
span { border-color: #C3CB6C; }
span { border-color: rgb(195,203,108); }
td.TdClassName
{
border-color: #C3CB6C;
}
.TagClassName
{
border-color: #C3CB6C;
}
</style>