Shades of Wild Willow #C3CC67
Tints of Wild Willow #C3CC67
RGB
CMYK
RGB Variations
Color information
#C3CC67 (or 0xC3CC67) is known color: Wild Willow. HEX triplet: C3, CC and 67. RGB value is (195,204,103). Sum of RGB (Red+Green+Blue) = 195+204+103=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CC67 is #3C3398. Grayscale: #BEBEBE. Windows color (decimal): -3945369 or 6802627. OLE color: 6802627.
HSL color Cylindrical-coordinate representation of color #C3CC67: hue angle of 65.35º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3CC67 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 204 | 103 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.2 |
| HSL | 65.35º | 0.5% | 0.6% | - |
| HSV(B) | 65.35º | 0.5% | 0.8% | - |
| XYZ | 46.55 | 55.77 | 21.14 | - |
| YUV | 189.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 103 | 0.04 | 0 | 0.50 | 0.2 | 65.35 | 0.5 | 0.6 |
| Hex | C3 | CC | 67 | 4 | 0 | 32 | 14 | 41 | 32 | 3C |
| Octal | 303 | 314 | 147 | 4 | 0 | 62 | 24 | 101 | 62 | 74 |
| Binary | 11000011 | 11001100 | 1100111 | 100 | 0 | 110010 | 10100 | 1000001 | 110010 | 111100 |
Color Harmonies of #C3CC67
Complementary color
Monochromatic Colors of #C3CC67
Black with #C3CC67
Text Example
Text Example
White with #C3CC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CC67; }
p { color: rgb(195,204,103); }
H1.HeaderClassName
{
color: #C3CC67;
}
.AnyTagClassName
{
color: #C3CC67;
}
</style>
background-color css
<style>
a { background-color: #C3CC67; }
a { background-color: rgb(195,204,103); }
div.DivClassName
{
background-color: #C3CC67;
}
.BgClassName
{
background-color: #C3CC67;
}
</style>
border-color css
<style>
span { border-color: #C3CC67; }
span { border-color: rgb(195,204,103); }
td.TdClassName
{
border-color: #C3CC67;
}
.TagClassName
{
border-color: #C3CC67;
}
</style>