Shades of Wild Willow #CCCB6B
Tints of Wild Willow #CCCB6B
RGB
CMYK
RGB Variations
Color information
#CCCB6B (or 0xCCCB6B) is known color: Wild Willow. HEX triplet: CC, CB and 6B. RGB value is (204,203,107). Sum of RGB (Red+Green+Blue) = 204+203+107=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 107 (42.19% from 255 or 20.82% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB6B is #333494. Grayscale: #C0C0C0. Windows color (decimal): -3355797 or 7064524. OLE color: 7064524.
HSL color Cylindrical-coordinate representation of color #CCCB6B: hue angle of 59.38º 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 #CCCB6B is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 107 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.2 |
| HSL | 59.38º | 0.49% | 0.61% | - |
| HSV(B) | 59.38º | 0.48% | 0.8% | - |
| XYZ | 48.91 | 56.61 | 22.26 | - |
| YUV | 192.36 | 79.83 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 107 | 0 | 0.00 | 0.48 | 0.2 | 59.38 | 0.49 | 0.61 |
| Hex | CC | CB | 6B | 0 | 0 | 30 | 14 | 3B | 31 | 3D |
| Octal | 314 | 313 | 153 | 0 | 0 | 60 | 24 | 73 | 61 | 75 |
| Binary | 11001100 | 11001011 | 1101011 | 0 | 0 | 110000 | 10100 | 111011 | 110001 | 111101 |
Color Harmonies of #CCCB6B
Complementary color
Monochromatic Colors of #CCCB6B
Black with #CCCB6B
Text Example
Text Example
White with #CCCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB6B; }
p { color: rgb(204,203,107); }
H1.HeaderClassName
{
color: #CCCB6B;
}
.AnyTagClassName
{
color: #CCCB6B;
}
</style>
background-color css
<style>
a { background-color: #CCCB6B; }
a { background-color: rgb(204,203,107); }
div.DivClassName
{
background-color: #CCCB6B;
}
.BgClassName
{
background-color: #CCCB6B;
}
</style>
border-color css
<style>
span { border-color: #CCCB6B; }
span { border-color: rgb(204,203,107); }
td.TdClassName
{
border-color: #CCCB6B;
}
.TagClassName
{
border-color: #CCCB6B;
}
</style>