Html Css Color HEX #C5C364 Wild Willow

📋 copy color: '#C5C364'

red 197 ◦ green 195 ◦ blue 100

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

Shades of Wild Willow #C5C364

Tints of Wild Willow #C5C364

RGB

 RED value IS 197 (77.34% from 255) = 40.04%

 GREEN value IS 195 (76.56% from 255) = 39.63%

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

R = 40.04%
G = 39.63%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C5C364 (or 0xC5C364) is known color: Wild Willow. HEX triplet: C5, C3 and 64. RGB value is (197,195,100). Sum of RGB (Red+Green+Blue) = 197+195+100=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C364 is #3A3C9B. Grayscale: #B9B9B9. Windows color (decimal): -3816604 or 6603717. OLE color: 6603717.

HSL color Cylindrical-coordinate representation of color #C5C364: hue angle of 58.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5C364 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 195 100 -
CMYK 0 0.01 0.49 0.23
HSL 58.76º 0.46% 0.58% -
HSV(B) 58.76º 0.49% 0.77% -
XYZ 44.84 51.82 19.7 -
YUV 184.77 80.16 136.72 -
System Red Green Blue C M Y K H S L
Decimal 197 195 100 0 0.01 0.49 0.23 58.76 0.46 0.58
Hex C5 C3 64 0 1 31 17 3B 2E 3A
Octal 305 303 144 0 1 61 27 73 56 72
Binary 11000101 11000011 1100100 0 1 110001 10111 111011 101110 111010

Color Harmonies of #C5C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C364

Black with #C5C364

Text Example


Text Example

White with #C5C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C364; }

 p { color: rgb(197,195,100); }

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

background-color css

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

 a { background-color: rgb(197,195,100); }

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

border-color css

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

 span { border-color: rgb(197,195,100); }

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