#C1C15F

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

Shades of Wild Willow #C1C15F

Tints of Wild Willow #C1C15F

Color information

#C1C15F (or 0xC1C15F) is unknown color: approx Wild Willow. HEX triplet: C1, C1 and 5F. RGB value is (193,193,95). Sum of RGB (Red+Green+Blue) = 193+193+95=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C15F is #3E3EA0. Grayscale: #B6B6B6. Windows color (decimal): -4079265 or 6275521. OLE color: 6275521.

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

Color convert

RGB19319395-
CMYK000.510.24
HSL60º44.14%56.47%-
HSV(B)60º50.78%75.69%-
XYZ43.1350.318.26-
YUV181.8379135.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 193 (75.78% from 255) = 40.12%
BLUE value IS 95 (37.5% from 255) = 19.75%
R=40.12%
G=40.12%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319395000.510.246044.1456.47
HexC1C15F0033183c2c38
Octal301301137006330745470
Binary110000011100000110111110011001111000111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C15F; }

 p { color: rgb(193,193,95); }

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

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

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

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

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

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

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