#C3C361

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

Shades of Wild Willow #C3C361

Tints of Wild Willow #C3C361

Color information

#C3C361 (or 0xC3C361) is unknown color: approx Wild Willow. HEX triplet: C3, C3 and 61. RGB value is (195,195,97). Sum of RGB (Red+Green+Blue) = 195+195+97=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 97 (38.28% from 255 or 19.92% from 487); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C361 is #3C3C9E. Grayscale: #B8B8B8. Windows color (decimal): -3947679 or 6407107. OLE color: 6407107.

HSL color Cylindrical-coordinate representation of color #C3C361: hue angle of 60º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3C361 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19519597-
CMYK000.500.24
HSL60º44.95%57.25%-
HSV(B)60º50.26%76.47%-
XYZ44.1851.518.92-
YUV183.8379135.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 195 (76.56% from 255) = 40.04%
BLUE value IS 97 (38.28% from 255) = 19.92%
R=40.04%
G=40.04%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519597000.500.246044.9557.25
HexC3C3610032183c2d39
Octal303303141006230745571
Binary110000111100001111000010011001011000111100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C361; }

 p { color: rgb(195,195,97); }

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

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

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

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

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

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

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