Html Css Color HEX #C1C15F Wild Willow

📋 copy color: '#C1C15F'

red 193 ◦ green 193 ◦ blue 95

#C1C15F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #C1C15F

Tints of Wild Willow #C1C15F

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 value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1C15F (or 0xC1C15F) is known color: 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

RGB 193 193 95 -
CMYK 0 0 0.51 0.24
HSL 60º 0.44% 0.56% -
HSV(B) 60º 0.51% 0.76% -
XYZ 43.13 50.3 18.26 -
YUV 181.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 193 193 95 0 0 0.51 0.24 60 0.44 0.56
Hex C1 C1 5F 0 0 33 18 3C 2C 38
Octal 301 301 137 0 0 63 30 74 54 70
Binary 11000001 11000001 1011111 0 0 110011 11000 111100 101100 111000

Color Harmonies of #C1C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C15F

Black with #C1C15F

Text Example


Text Example

White with #C1C15F

Text Example


Text Example

HTML Codes & Css Web 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>