#c3c465

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

Shades of Wild Willow #C3C465

Tints of Wild Willow #C3C465

Color information

#C3C465 (or 0xC3C465) is unknown color: approx Wild Willow. HEX triplet: C3, C4 and 65. RGB value is (195,196,101). Sum of RGB (Red+Green+Blue) = 195+196+101=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C465 is #3C3B9A. Grayscale: #B9B9B9. Windows color (decimal): -3947419 or 6669507. OLE color: 6669507.

HSL color Cylindrical-coordinate representation of color #C3C465: hue angle of 60.63º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3C465 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB195196101-
CMYK0.0100.480.23
HSL60.63º44.6%58.24%-
HSV(B)60.63º48.47%76.86%-
XYZ44.5952.0220-
YUV184.8780.67135.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 196 (76.95% from 255) = 39.84%
BLUE value IS 101 (39.84% from 255) = 20.53%
R=39.63%
G=39.84%
B=20.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951961010.0100.480.2360.6344.658.24
HexC3C4651030173d2d3a
Octal303304145106027755572
Binary110000111100010011001011011000010111111101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3c465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3c465; }

 p { color: rgb(195,196,101); }

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

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

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

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

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

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

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