Shades of Wild Willow #CACF6B
Tints of Wild Willow #CACF6B
RGB
CMYK
RGB Variations
Color information
#CACF6B (or 0xCACF6B) is known color: Wild Willow. HEX triplet: CA, CF and 6B. RGB value is (202,207,107). Sum of RGB (Red+Green+Blue) = 202+207+107=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 207 (81.25% from 255 or 40.12% from 516); Blue value is 107 (42.19% from 255 or 20.74% from 516); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF6B is #353094. Grayscale: #C2C2C2. Windows color (decimal): -3485845 or 7065546. OLE color: 7065546.
HSL color Cylindrical-coordinate representation of color #CACF6B: hue angle of 63º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CACF6B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 107 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.19 |
| HSL | 63º | 0.51% | 0.62% | - |
| HSV(B) | 63º | 0.48% | 0.81% | - |
| XYZ | 49.32 | 58.24 | 22.55 | - |
| YUV | 194.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 107 | 0.02 | 0 | 0.48 | 0.19 | 63 | 0.51 | 0.62 |
| Hex | CA | CF | 6B | 2 | 0 | 30 | 13 | 3F | 33 | 3E |
| Octal | 312 | 317 | 153 | 2 | 0 | 60 | 23 | 77 | 63 | 76 |
| Binary | 11001010 | 11001111 | 1101011 | 10 | 0 | 110000 | 10011 | 111111 | 110011 | 111110 |
Color Harmonies of #CACF6B
Complementary color
Monochromatic Colors of #CACF6B
Black with #CACF6B
Text Example
Text Example
White with #CACF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF6B; }
p { color: rgb(202,207,107); }
H1.HeaderClassName
{
color: #CACF6B;
}
.AnyTagClassName
{
color: #CACF6B;
}
</style>
background-color css
<style>
a { background-color: #CACF6B; }
a { background-color: rgb(202,207,107); }
div.DivClassName
{
background-color: #CACF6B;
}
.BgClassName
{
background-color: #CACF6B;
}
</style>
border-color css
<style>
span { border-color: #CACF6B; }
span { border-color: rgb(202,207,107); }
td.TdClassName
{
border-color: #CACF6B;
}
.TagClassName
{
border-color: #CACF6B;
}
</style>