Shades of Wild Willow #C1CD67
Tints of Wild Willow #C1CD67
RGB
CMYK
RGB Variations
Color information
#C1CD67 (or 0xC1CD67) is known color: Wild Willow. HEX triplet: C1, CD and 67. RGB value is (193,205,103). Sum of RGB (Red+Green+Blue) = 193+205+103=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD67 is #3E3298. Grayscale: #BEBEBE. Windows color (decimal): -4076185 or 6802881. OLE color: 6802881.
HSL color Cylindrical-coordinate representation of color #C1CD67: hue angle of 67.06º 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 #C1CD67 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 103 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.20 |
| HSL | 67.06º | 0.5% | 0.6% | - |
| HSV(B) | 67.06º | 0.5% | 0.8% | - |
| XYZ | 46.27 | 55.98 | 21.2 | - |
| YUV | 189.78 | 79.02 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 103 | 0.06 | 0 | 0.50 | 0.20 | 67.06 | 0.5 | 0.6 |
| Hex | C1 | CD | 67 | 6 | 0 | 32 | 14 | 43 | 32 | 3C |
| Octal | 301 | 315 | 147 | 6 | 0 | 62 | 24 | 103 | 62 | 74 |
| Binary | 11000001 | 11001101 | 1100111 | 110 | 0 | 110010 | 10100 | 1000011 | 110010 | 111100 |
Color Harmonies of #C1CD67
Complementary color
Monochromatic Colors of #C1CD67
Black with #C1CD67
Text Example
Text Example
White with #C1CD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD67; }
p { color: rgb(193,205,103); }
H1.HeaderClassName
{
color: #C1CD67;
}
.AnyTagClassName
{
color: #C1CD67;
}
</style>
background-color css
<style>
a { background-color: #C1CD67; }
a { background-color: rgb(193,205,103); }
div.DivClassName
{
background-color: #C1CD67;
}
.BgClassName
{
background-color: #C1CD67;
}
</style>
border-color css
<style>
span { border-color: #C1CD67; }
span { border-color: rgb(193,205,103); }
td.TdClassName
{
border-color: #C1CD67;
}
.TagClassName
{
border-color: #C1CD67;
}
</style>