Shades of Wild Willow #C3CE68
Tints of Wild Willow #C3CE68
RGB
CMYK
RGB Variations
Color information
#C3CE68 (or 0xC3CE68) is known color: Wild Willow. HEX triplet: C3, CE and 68. RGB value is (195,206,104). Sum of RGB (Red+Green+Blue) = 195+206+104=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CE68 is #3C3197. Grayscale: #BFBFBF. Windows color (decimal): -3944856 or 6868675. OLE color: 6868675.
HSL color Cylindrical-coordinate representation of color #C3CE68: hue angle of 66.47º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3CE68 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 104 | - |
| CMYK | 0.05 | 0 | 0.50 | 0.19 |
| HSL | 66.47º | 0.51% | 0.61% | - |
| HSV(B) | 66.47º | 0.5% | 0.81% | - |
| XYZ | 47.08 | 56.74 | 21.57 | - |
| YUV | 191.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 104 | 0.05 | 0 | 0.50 | 0.19 | 66.47 | 0.51 | 0.61 |
| Hex | C3 | CE | 68 | 5 | 0 | 32 | 13 | 42 | 33 | 3D |
| Octal | 303 | 316 | 150 | 5 | 0 | 62 | 23 | 102 | 63 | 75 |
| Binary | 11000011 | 11001110 | 1101000 | 101 | 0 | 110010 | 10011 | 1000010 | 110011 | 111101 |
Color Harmonies of #C3CE68
Complementary color
Monochromatic Colors of #C3CE68
Black with #C3CE68
Text Example
Text Example
White with #C3CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE68; }
p { color: rgb(195,206,104); }
H1.HeaderClassName
{
color: #C3CE68;
}
.AnyTagClassName
{
color: #C3CE68;
}
</style>
background-color css
<style>
a { background-color: #C3CE68; }
a { background-color: rgb(195,206,104); }
div.DivClassName
{
background-color: #C3CE68;
}
.BgClassName
{
background-color: #C3CE68;
}
</style>
border-color css
<style>
span { border-color: #C3CE68; }
span { border-color: rgb(195,206,104); }
td.TdClassName
{
border-color: #C3CE68;
}
.TagClassName
{
border-color: #C3CE68;
}
</style>