#C3C35A

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

Shades of Wild Willow #C3C35A

Tints of Wild Willow #C3C35A

Color information

#C3C35A (or 0xC3C35A) is unknown color: approx Wild Willow. HEX triplet: C3, C3 and 5A. RGB value is (195,195,90). Sum of RGB (Red+Green+Blue) = 195+195+90=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C35A is #3C3CA5. Grayscale: #B7B7B7. Windows color (decimal): -3947686 or 5948355. OLE color: 5948355.

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

Color convert

RGB19519590-
CMYK000.540.24
HSL60º46.67%55.88%-
HSV(B)60º53.85%76.47%-
XYZ43.8751.3717.28-
YUV183.0375.5136.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 195 (76.56% from 255) = 40.62%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=40.62%
G=40.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519590000.540.246046.6755.88
HexC3C35A0036183c2f38
Octal303303132006630745770
Binary110000111100001110110100011011011000111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C35A; }

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

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

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

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

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

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

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

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