#C3C05C

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

Shades of Wild Willow #C3C05C

Tints of Wild Willow #C3C05C

Color information

#C3C05C (or 0xC3C05C) is unknown color: approx Wild Willow. HEX triplet: C3, C0 and 5C. RGB value is (195,192,92). Sum of RGB (Red+Green+Blue) = 195+192+92=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C05C is #3C3FA3. Grayscale: #B5B5B5. Windows color (decimal): -3948452 or 6078659. OLE color: 6078659.

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

Color convert

RGB19519292-
CMYK00.020.530.24
HSL58.25º46.19%56.27%-
HSV(B)58.25º52.82%76.47%-
XYZ43.2950.0717.51-
YUV181.577.49137.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=40.71%
G=40.08%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951929200.020.530.2458.2546.1956.27
HexC3C05C0235183a2e38
Octal303300134026530725670
Binary1100001111000000101110001011010111000111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C05C; }

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

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

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

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

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

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

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

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