#C3C05F

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

Shades of Wild Willow #C3C05F

Tints of Wild Willow #C3C05F

Color information

#C3C05F (or 0xC3C05F) is unknown color: approx Wild Willow. HEX triplet: C3, C0 and 5F. RGB value is (195,192,95). Sum of RGB (Red+Green+Blue) = 195+192+95=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C05F is #3C3FA0. Grayscale: #B6B6B6. Windows color (decimal): -3948449 or 6275267. OLE color: 6275267.

HSL color Cylindrical-coordinate representation of color #C3C05F: hue angle of 58.2º 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 #C3C05F is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19519295-
CMYK00.020.510.24
HSL58.2º45.45%56.86%-
HSV(B)58.2º51.28%76.47%-
XYZ43.4250.1318.21-
YUV181.8478.99137.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=40.46%
G=39.83%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951929500.020.510.2458.245.4556.86
HexC3C05F0233183a2d39
Octal303300137026330725571
Binary1100001111000000101111101011001111000111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C05F; }

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

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

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

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

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

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

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

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