Html Css Color HEX #C1C964 Wild Willow

📋 copy color: '#C1C964'

red 193 ◦ green 201 ◦ blue 100

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

Shades of Wild Willow #C1C964

Tints of Wild Willow #C1C964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 39.07%
G = 40.69%
B = 20.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C1C964 (or 0xC1C964) is known color: Wild Willow. HEX triplet: C1, C9 and 64. RGB value is (193,201,100). Sum of RGB (Red+Green+Blue) = 193+201+100=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 201 - color contains mainly: green. Hex color #C1C964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C964 is #3E369B. Grayscale: #BBBBBB. Windows color (decimal): -4077212 or 6605249. OLE color: 6605249.

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

Color convert

RGB 193 201 100 -
CMYK 0.04 0 0.50 0.21
HSL 64.75º 0.48% 0.59% -
HSV(B) 64.75º 0.5% 0.79% -
XYZ 45.18 54.03 20.1 -
YUV 187.09 78.85 132.21 -
System Red Green Blue C M Y K H S L
Decimal 193 201 100 0.04 0 0.50 0.21 64.75 0.48 0.59
Hex C1 C9 64 4 0 32 15 41 30 3B
Octal 301 311 144 4 0 62 25 101 60 73
Binary 11000001 11001001 1100100 100 0 110010 10101 1000001 110000 111011

Color Harmonies of #C1C964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C964

Black with #C1C964

Text Example


Text Example

White with #C1C964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C964; }

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

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

background-color css

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

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

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

border-color css

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

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

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