Shades of Wild Willow #CACF5C
Tints of Wild Willow #CACF5C
RGB
CMYK
RGB Variations
Color information
#CACF5C (or 0xCACF5C) is known color: Wild Willow. HEX triplet: CA, CF and 5C. RGB value is (202,207,92). Sum of RGB (Red+Green+Blue) = 202+207+92=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF5C is #3530A3. Grayscale: #C0C0C0. Windows color (decimal): -3485860 or 6082506. OLE color: 6082506.
HSL color Cylindrical-coordinate representation of color #CACF5C: hue angle of 62.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CACF5C is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 92 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.19 |
| HSL | 62.61º | 0.55% | 0.59% | - |
| HSV(B) | 62.61º | 0.56% | 0.81% | - |
| XYZ | 48.6 | 57.95 | 18.75 | - |
| YUV | 192.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 92 | 0.02 | 0 | 0.56 | 0.19 | 62.61 | 0.55 | 0.59 |
| Hex | CA | CF | 5C | 2 | 0 | 38 | 13 | 3F | 37 | 3B |
| Octal | 312 | 317 | 134 | 2 | 0 | 70 | 23 | 77 | 67 | 73 |
| Binary | 11001010 | 11001111 | 1011100 | 10 | 0 | 111000 | 10011 | 111111 | 110111 | 111011 |
Color Harmonies of #CACF5C
Complementary color
Monochromatic Colors of #CACF5C
Black with #CACF5C
Text Example
Text Example
White with #CACF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF5C; }
p { color: rgb(202,207,92); }
H1.HeaderClassName
{
color: #CACF5C;
}
.AnyTagClassName
{
color: #CACF5C;
}
</style>
background-color css
<style>
a { background-color: #CACF5C; }
a { background-color: rgb(202,207,92); }
div.DivClassName
{
background-color: #CACF5C;
}
.BgClassName
{
background-color: #CACF5C;
}
</style>
border-color css
<style>
span { border-color: #CACF5C; }
span { border-color: rgb(202,207,92); }
td.TdClassName
{
border-color: #CACF5C;
}
.TagClassName
{
border-color: #CACF5C;
}
</style>