#C3C25D

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

Shades of Wild Willow #C3C25D

Tints of Wild Willow #C3C25D

Color information

#C3C25D (or 0xC3C25D) is unknown color: approx Wild Willow. HEX triplet: C3, C2 and 5D. RGB value is (195,194,93). Sum of RGB (Red+Green+Blue) = 195+194+93=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C25D is #3C3DA2. Grayscale: #B7B7B7. Windows color (decimal): -3947939 or 6144707. OLE color: 6144707.

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

Color convert

RGB19519493-
CMYK00.010.520.24
HSL59.41º45.95%56.47%-
HSV(B)59.41º52.31%76.47%-
XYZ43.7750.9817.89-
YUV182.7877.33136.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=40.46%
G=40.25%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951949300.010.520.2459.4145.9556.47
HexC3C25D0134183b2e38
Octal303302135016430735670
Binary110000111100001010111010111010011000111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C25D; }

 p { color: rgb(195,194,93); }

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

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

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

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

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

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

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