#C3C35F

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

Shades of Wild Willow #C3C35F

Tints of Wild Willow #C3C35F

Color information

#C3C35F (or 0xC3C35F) is unknown color: approx Wild Willow. HEX triplet: C3, C3 and 5F. RGB value is (195,195,95). Sum of RGB (Red+Green+Blue) = 195+195+95=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C35F is #3C3CA0. Grayscale: #B8B8B8. Windows color (decimal): -3947681 or 6276035. OLE color: 6276035.

HSL color Cylindrical-coordinate representation of color #C3C35F: 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.51%. Process color model (Four color, CMYK) of #C3C35F is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19519595-
CMYK000.510.24
HSL60º45.45%56.86%-
HSV(B)60º51.28%76.47%-
XYZ44.0951.4618.44-
YUV183.678136.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 195 (76.56% from 255) = 40.21%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=40.21%
G=40.21%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519595000.510.246045.4556.86
HexC3C35F0033183c2d39
Octal303303137006330745571
Binary110000111100001110111110011001111000111100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C35F; }

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

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

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

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

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

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

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

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