#C5C355

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

Shades of Wild Willow #C5C355

Tints of Wild Willow #C5C355

Color information

#C5C355 (or 0xC5C355) is unknown color: approx Wild Willow. HEX triplet: C5, C3 and 55. RGB value is (197,195,85). Sum of RGB (Red+Green+Blue) = 197+195+85=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C355 is #3A3CAA. Grayscale: #B7B7B7. Windows color (decimal): -3816619 or 5620677. OLE color: 5620677.

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

Color convert

RGB19719585-
CMYK00.010.570.23
HSL58.93º49.12%55.29%-
HSV(B)58.93º56.85%77.25%-
XYZ44.1851.5616.22-
YUV183.0672.66137.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=41.30%
G=40.88%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971958500.010.570.2358.9349.1255.29
HexC5C3550139173b3137
Octal305303125017127736167
Binary110001011100001110101010111100110111111011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C355; }

 p { color: rgb(197,195,85); }

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

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

 a { background-color: rgb(197,195,85); }

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

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

 span { border-color: rgb(197,195,85); }

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