Shades of Wild Willow #CACD68
Tints of Wild Willow #CACD68
RGB
CMYK
RGB Variations
Color information
#CACD68 (or 0xCACD68) is known color: Wild Willow. HEX triplet: CA, CD and 68. RGB value is (202,205,104). Sum of RGB (Red+Green+Blue) = 202+205+104=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD68 is #353297. Grayscale: #C0C0C0. Windows color (decimal): -3486360 or 6868426. OLE color: 6868426.
HSL color Cylindrical-coordinate representation of color #CACD68: hue angle of 61.78º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CACD68 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 104 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.20 |
| HSL | 61.78º | 0.5% | 0.61% | - |
| HSV(B) | 61.78º | 0.49% | 0.8% | - |
| XYZ | 48.69 | 57.22 | 21.57 | - |
| YUV | 192.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 104 | 0.01 | 0 | 0.49 | 0.20 | 61.78 | 0.5 | 0.61 |
| Hex | CA | CD | 68 | 1 | 0 | 31 | 14 | 3E | 32 | 3D |
| Octal | 312 | 315 | 150 | 1 | 0 | 61 | 24 | 76 | 62 | 75 |
| Binary | 11001010 | 11001101 | 1101000 | 1 | 0 | 110001 | 10100 | 111110 | 110010 | 111101 |
Color Harmonies of #CACD68
Complementary color
Monochromatic Colors of #CACD68
Black with #CACD68
Text Example
Text Example
White with #CACD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACD68; }
p { color: rgb(202,205,104); }
H1.HeaderClassName
{
color: #CACD68;
}
.AnyTagClassName
{
color: #CACD68;
}
</style>
background-color css
<style>
a { background-color: #CACD68; }
a { background-color: rgb(202,205,104); }
div.DivClassName
{
background-color: #CACD68;
}
.BgClassName
{
background-color: #CACD68;
}
</style>
border-color css
<style>
span { border-color: #CACD68; }
span { border-color: rgb(202,205,104); }
td.TdClassName
{
border-color: #CACD68;
}
.TagClassName
{
border-color: #CACD68;
}
</style>