Html Css Color HEX #C1C95F Wild Willow

📋 copy color: '#C1C95F'

red 193 ◦ green 201 ◦ blue 95

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

Shades of Wild Willow #C1C95F

Tints of Wild Willow #C1C95F

RGB

 RED value IS 193 (75.78% from 255) = 39.47%

 GREEN value IS 201 (78.91% from 255) = 41.1%

 BLUE value IS 95 (37.5% from 255) = 19.43%

R = 39.47%
G = 41.1%
B = 19.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C1C95F (or 0xC1C95F) is known color: Wild Willow. HEX triplet: C1, C9 and 5F. RGB value is (193,201,95). Sum of RGB (Red+Green+Blue) = 193+201+95=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 95 (37.5% from 255 or 19.43% from 489); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C95F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C95F is #3E36A0. Grayscale: #BABABA. Windows color (decimal): -4077217 or 6277569. OLE color: 6277569.

HSL color Cylindrical-coordinate representation of color #C1C95F: hue angle of 64.53º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1C95F is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 201 95 -
CMYK 0.04 0 0.53 0.21
HSL 64.53º 0.5% 0.58% -
HSV(B) 64.53º 0.53% 0.79% -
XYZ 44.94 53.94 18.87 -
YUV 186.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 193 201 95 0.04 0 0.53 0.21 64.53 0.5 0.58
Hex C1 C9 5F 4 0 35 15 41 32 3A
Octal 301 311 137 4 0 65 25 101 62 72
Binary 11000001 11001001 1011111 100 0 110101 10101 1000001 110010 111010

Color Harmonies of #C1C95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C95F

Black with #C1C95F

Text Example


Text Example

White with #C1C95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C95F; }

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

 H1.HeaderClassName
 {
   color: #C1C95F;
 }
 .AnyTagClassName
 {
   color: #C1C95F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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