Shades of Wild Willow #C8CA69
Tints of Wild Willow #C8CA69
RGB
CMYK
RGB Variations
Color information
#C8CA69 (or 0xC8CA69) is known color: Wild Willow. HEX triplet: C8, CA and 69. RGB value is (200,202,105). Sum of RGB (Red+Green+Blue) = 200+202+105=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA69 is #373596. Grayscale: #BEBEBE. Windows color (decimal): -3618199 or 6933192. OLE color: 6933192.
HSL color Cylindrical-coordinate representation of color #C8CA69: hue angle of 61.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8CA69 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 105 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.21 |
| HSL | 61.24º | 0.48% | 0.6% | - |
| HSV(B) | 61.24º | 0.48% | 0.79% | - |
| XYZ | 47.49 | 55.54 | 21.58 | - |
| YUV | 190.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 105 | 0.01 | 0 | 0.48 | 0.21 | 61.24 | 0.48 | 0.6 |
| Hex | C8 | CA | 69 | 1 | 0 | 30 | 15 | 3D | 30 | 3C |
| Octal | 310 | 312 | 151 | 1 | 0 | 60 | 25 | 75 | 60 | 74 |
| Binary | 11001000 | 11001010 | 1101001 | 1 | 0 | 110000 | 10101 | 111101 | 110000 | 111100 |
Color Harmonies of #C8CA69
Complementary color
Monochromatic Colors of #C8CA69
Black with #C8CA69
Text Example
Text Example
White with #C8CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA69; }
p { color: rgb(200,202,105); }
H1.HeaderClassName
{
color: #C8CA69;
}
.AnyTagClassName
{
color: #C8CA69;
}
</style>
background-color css
<style>
a { background-color: #C8CA69; }
a { background-color: rgb(200,202,105); }
div.DivClassName
{
background-color: #C8CA69;
}
.BgClassName
{
background-color: #C8CA69;
}
</style>
border-color css
<style>
span { border-color: #C8CA69; }
span { border-color: rgb(200,202,105); }
td.TdClassName
{
border-color: #C8CA69;
}
.TagClassName
{
border-color: #C8CA69;
}
</style>