#C3C35B

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

Shades of Wild Willow #C3C35B

Tints of Wild Willow #C3C35B

Color information

#C3C35B (or 0xC3C35B) is unknown color: approx Wild Willow. HEX triplet: C3, C3 and 5B. RGB value is (195,195,91). Sum of RGB (Red+Green+Blue) = 195+195+91=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C35B is #3C3CA4. Grayscale: #B7B7B7. Windows color (decimal): -3947685 or 6013891. OLE color: 6013891.

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

Color convert

RGB19519591-
CMYK000.530.24
HSL60º46.43%56.08%-
HSV(B)60º53.33%76.47%-
XYZ43.9151.3917.5-
YUV183.1476136.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 195 (76.56% from 255) = 40.54%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=40.54%
G=40.54%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519591000.530.246046.4356.08
HexC3C35B0035183c2e38
Octal303303133006530745670
Binary110000111100001110110110011010111000111100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C35B; }

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

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

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

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

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

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

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

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