Shades of Wild Willow #CCCB67
Tints of Wild Willow #CCCB67
RGB
CMYK
RGB Variations
Color information
#CCCB67 (or 0xCCCB67) is known color: Wild Willow. HEX triplet: CC, CB and 67. RGB value is (204,203,103). Sum of RGB (Red+Green+Blue) = 204+203+103=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB67 is #333498. Grayscale: #C0C0C0. Windows color (decimal): -3355801 or 6802380. OLE color: 6802380.
HSL color Cylindrical-coordinate representation of color #CCCB67: hue angle of 59.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCCB67 is Cyan = 0, Magento = 0.00, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 103 | - |
| CMYK | 0 | 0.00 | 0.50 | 0.2 |
| HSL | 59.41º | 0.5% | 0.6% | - |
| HSV(B) | 59.41º | 0.5% | 0.8% | - |
| XYZ | 48.71 | 56.53 | 21.18 | - |
| YUV | 191.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 103 | 0 | 0.00 | 0.50 | 0.2 | 59.41 | 0.5 | 0.6 |
| Hex | CC | CB | 67 | 0 | 0 | 32 | 14 | 3B | 32 | 3C |
| Octal | 314 | 313 | 147 | 0 | 0 | 62 | 24 | 73 | 62 | 74 |
| Binary | 11001100 | 11001011 | 1100111 | 0 | 0 | 110010 | 10100 | 111011 | 110010 | 111100 |
Color Harmonies of #CCCB67
Complementary color
Monochromatic Colors of #CCCB67
Black with #CCCB67
Text Example
Text Example
White with #CCCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB67; }
p { color: rgb(204,203,103); }
H1.HeaderClassName
{
color: #CCCB67;
}
.AnyTagClassName
{
color: #CCCB67;
}
</style>
background-color css
<style>
a { background-color: #CCCB67; }
a { background-color: rgb(204,203,103); }
div.DivClassName
{
background-color: #CCCB67;
}
.BgClassName
{
background-color: #CCCB67;
}
</style>
border-color css
<style>
span { border-color: #CCCB67; }
span { border-color: rgb(204,203,103); }
td.TdClassName
{
border-color: #CCCB67;
}
.TagClassName
{
border-color: #CCCB67;
}
</style>