#C5C363

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

Shades of Wild Willow #C5C363

Tints of Wild Willow #C5C363

Color information

#C5C363 (or 0xC5C363) is unknown color: approx Wild Willow. HEX triplet: C5, C3 and 63. RGB value is (197,195,99). Sum of RGB (Red+Green+Blue) = 197+195+99=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C363 is #3A3C9C. Grayscale: #B9B9B9. Windows color (decimal): -3816605 or 6538181. OLE color: 6538181.

HSL color Cylindrical-coordinate representation of color #C5C363: hue angle of 58.78º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5C363 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB19719599-
CMYK00.010.500.23
HSL58.78º45.79%58.04%-
HSV(B)58.78º49.75%77.25%-
XYZ44.7951.819.44-
YUV184.6579.66136.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 195 (76.56% from 255) = 39.71%
BLUE value IS 99 (39.06% from 255) = 20.16%
R=40.12%
G=39.71%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971959900.010.500.2358.7845.7958.04
HexC5C3630132173b2e3a
Octal305303143016227735672
Binary110001011100001111000110111001010111111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C363; }

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

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

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

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

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

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

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

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