#C3C155

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

Shades of Wild Willow #C3C155

Tints of Wild Willow #C3C155

Color information

#C3C155 (or 0xC3C155) is unknown color: approx Wild Willow. HEX triplet: C3, C1 and 55. RGB value is (195,193,85). Sum of RGB (Red+Green+Blue) = 195+193+85=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C155 is #3C3EAA. Grayscale: #B5B5B5. Windows color (decimal): -3948203 or 5620163. OLE color: 5620163.

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

Color convert

RGB19519385-
CMYK00.010.560.24
HSL58.91º47.83%54.9%-
HSV(B)58.91º56.41%76.47%-
XYZ43.2250.416.04-
YUV181.2973.66137.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 193 (75.78% from 255) = 40.80%
BLUE value IS 85 (33.59% from 255) = 17.97%
R=41.23%
G=40.80%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951938500.010.560.2458.9147.8354.9
HexC3C1550138183b3037
Octal303301125017030736067
Binary110000111100000110101010111100011000111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C155; }

 p { color: rgb(195,193,85); }

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

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

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

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

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

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

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