Shades of Wild Willow #CCCE6A
Tints of Wild Willow #CCCE6A
RGB
CMYK
RGB Variations
Color information
#CCCE6A (or 0xCCCE6A) is known color: Wild Willow. HEX triplet: CC, CE and 6A. RGB value is (204,206,106). Sum of RGB (Red+Green+Blue) = 204+206+106=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE6A is #333195. Grayscale: #C2C2C2. Windows color (decimal): -3355030 or 6999756. OLE color: 6999756.
HSL color Cylindrical-coordinate representation of color #CCCE6A: hue angle of 61.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCCE6A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 106 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.19 |
| HSL | 61.2º | 0.51% | 0.61% | - |
| HSV(B) | 61.2º | 0.49% | 0.81% | - |
| XYZ | 49.57 | 58.02 | 22.22 | - |
| YUV | 194 | 78.34 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 106 | 0.01 | 0 | 0.49 | 0.19 | 61.2 | 0.51 | 0.61 |
| Hex | CC | CE | 6A | 1 | 0 | 31 | 13 | 3D | 33 | 3D |
| Octal | 314 | 316 | 152 | 1 | 0 | 61 | 23 | 75 | 63 | 75 |
| Binary | 11001100 | 11001110 | 1101010 | 1 | 0 | 110001 | 10011 | 111101 | 110011 | 111101 |
Color Harmonies of #CCCE6A
Complementary color
Monochromatic Colors of #CCCE6A
Black with #CCCE6A
Text Example
Text Example
White with #CCCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE6A; }
p { color: rgb(204,206,106); }
H1.HeaderClassName
{
color: #CCCE6A;
}
.AnyTagClassName
{
color: #CCCE6A;
}
</style>
background-color css
<style>
a { background-color: #CCCE6A; }
a { background-color: rgb(204,206,106); }
div.DivClassName
{
background-color: #CCCE6A;
}
.BgClassName
{
background-color: #CCCE6A;
}
</style>
border-color css
<style>
span { border-color: #CCCE6A; }
span { border-color: rgb(204,206,106); }
td.TdClassName
{
border-color: #CCCE6A;
}
.TagClassName
{
border-color: #CCCE6A;
}
</style>