#C4C056

Color #C4C056 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C4C056

Tints of Wild Willow #C4C056

Color information

#C4C056 (or 0xC4C056) is unknown color: approx Wild Willow. HEX triplet: C4, C0 and 56. RGB value is (196,192,86). Sum of RGB (Red+Green+Blue) = 196+192+86=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C056 is #3B3FA9. Grayscale: #B5B5B5. Windows color (decimal): -3882922 or 5685444. OLE color: 5685444.

HSL color Cylindrical-coordinate representation of color #C4C056: hue angle of 57.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4C056 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19619286-
CMYK00.020.560.23
HSL57.82º48.25%55.29%-
HSV(B)57.82º56.12%76.86%-
XYZ43.2950.1116.19-
YUV181.1174.33138.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 41.35%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 86 (33.98% from 255) = 18.14%
R=41.35%
G=40.51%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961928600.020.560.2357.8248.2555.29
HexC4C0560238173a3037
Octal304300126027027726067
Binary1100010011000000101011001011100010111111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C056; }

 p { color: rgb(196,192,86); }

 H1.HeaderClassName
 {
   color: #C4C056;
 }
 .AnyTagClassName
 {
   color: #C4C056;
 }
</style>
background-color css

<style>
 a { background-color: #C4C056; }

 a { background-color: rgb(196,192,86); }

 div.DivClassName
 {
   background-color: #C4C056;
 }
 .BgClassName
 {
   background-color: #C4C056;
 }
</style>
border-color css

<style>
 span { border-color: #C4C056; }

 span { border-color: rgb(196,192,86); }

 td.TdClassName
 {
   border-color: #C4C056;
 }
 .TagClassName
 {
   border-color: #C4C056;
 }
</style>