Shades of Wild Willow #CCCB6A
Tints of Wild Willow #CCCB6A
RGB
CMYK
RGB Variations
Color information
#CCCB6A (or 0xCCCB6A) is known color: Wild Willow. HEX triplet: CC, CB and 6A. RGB value is (204,203,106). Sum of RGB (Red+Green+Blue) = 204+203+106=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB6A is #333495. Grayscale: #C0C0C0. Windows color (decimal): -3355798 or 6998988. OLE color: 6998988.
HSL color Cylindrical-coordinate representation of color #CCCB6A: hue angle of 59.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCCB6A is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 106 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.2 |
| HSL | 59.39º | 0.49% | 0.61% | - |
| HSV(B) | 59.39º | 0.48% | 0.8% | - |
| XYZ | 48.86 | 56.59 | 21.98 | - |
| YUV | 192.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 106 | 0 | 0.00 | 0.48 | 0.2 | 59.39 | 0.49 | 0.61 |
| Hex | CC | CB | 6A | 0 | 0 | 30 | 14 | 3B | 31 | 3D |
| Octal | 314 | 313 | 152 | 0 | 0 | 60 | 24 | 73 | 61 | 75 |
| Binary | 11001100 | 11001011 | 1101010 | 0 | 0 | 110000 | 10100 | 111011 | 110001 | 111101 |
Color Harmonies of #CCCB6A
Complementary color
Monochromatic Colors of #CCCB6A
Black with #CCCB6A
Text Example
Text Example
White with #CCCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB6A; }
p { color: rgb(204,203,106); }
H1.HeaderClassName
{
color: #CCCB6A;
}
.AnyTagClassName
{
color: #CCCB6A;
}
</style>
background-color css
<style>
a { background-color: #CCCB6A; }
a { background-color: rgb(204,203,106); }
div.DivClassName
{
background-color: #CCCB6A;
}
.BgClassName
{
background-color: #CCCB6A;
}
</style>
border-color css
<style>
span { border-color: #CCCB6A; }
span { border-color: rgb(204,203,106); }
td.TdClassName
{
border-color: #CCCB6A;
}
.TagClassName
{
border-color: #CCCB6A;
}
</style>