Shades of Wild Willow #CCCD5D
Tints of Wild Willow #CCCD5D
RGB
CMYK
RGB Variations
Color information
#CCCD5D (or 0xCCCD5D) is known color: Wild Willow. HEX triplet: CC, CD and 5D. RGB value is (204,205,93). Sum of RGB (Red+Green+Blue) = 204+205+93=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD5D is #3332A2. Grayscale: #C0C0C0. Windows color (decimal): -3355299 or 6147532. OLE color: 6147532.
HSL color Cylindrical-coordinate representation of color #CCCD5D: hue angle of 60.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCCD5D is Cyan = 0.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 205 | 93 | - |
CMYK | 0.00 | 0 | 0.55 | 0.20 |
HSL | 60.54º | 0.53% | 0.58% | - |
HSV(B) | 60.54º | 0.55% | 0.8% | - |
XYZ | 48.71 | 57.29 | 18.85 | - |
YUV | 191.93 | 72.17 | 136.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 93 | 0.00 | 0 | 0.55 | 0.20 | 60.54 | 0.53 | 0.58 |
Hex | CC | CD | 5D | 0 | 0 | 37 | 14 | 3D | 35 | 3A |
Octal | 314 | 315 | 135 | 0 | 0 | 67 | 24 | 75 | 65 | 72 |
Binary | 11001100 | 11001101 | 1011101 | 0 | 0 | 110111 | 10100 | 111101 | 110101 | 111010 |
Color Harmonies of #CCCD5D
Complementary color
Monochromatic Colors of #CCCD5D
Black with #CCCD5D
Text Example
Text Example
White with #CCCD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD5D; }
p { color: rgb(204,205,93); }
H1.HeaderClassName
{
color: #CCCD5D;
}
.AnyTagClassName
{
color: #CCCD5D;
}
</style>
background-color css
<style>
a { background-color: #CCCD5D; }
a { background-color: rgb(204,205,93); }
div.DivClassName
{
background-color: #CCCD5D;
}
.BgClassName
{
background-color: #CCCD5D;
}
</style>
border-color css
<style>
span { border-color: #CCCD5D; }
span { border-color: rgb(204,205,93); }
td.TdClassName
{
border-color: #CCCD5D;
}
.TagClassName
{
border-color: #CCCD5D;
}
</style>