Html Css Color HEX #C2C564 Wild Willow

📋 copy color: '#C2C564'

red 194 ◦ green 197 ◦ blue 100

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

Shades of Wild Willow #C2C564

Tints of Wild Willow #C2C564

RGB

 RED value IS 194 (76.17% from 255) = 39.51%

 GREEN value IS 197 (77.34% from 255) = 40.12%

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

R = 39.51%
G = 40.12%
B = 20.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C2C564 (or 0xC2C564) is known color: Wild Willow. HEX triplet: C2, C5 and 64. RGB value is (194,197,100). Sum of RGB (Red+Green+Blue) = 194+197+100=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C564 is #3D3A9B. Grayscale: #B9B9B9. Windows color (decimal): -4012700 or 6604226. OLE color: 6604226.

HSL color Cylindrical-coordinate representation of color #C2C564: hue angle of 61.86º 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 #C2C564 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 100 -
CMYK 0.02 0 0.49 0.23
HSL 61.86º 0.46% 0.58% -
HSV(B) 61.86º 0.49% 0.77% -
XYZ 44.51 52.32 19.81 -
YUV 185.05 80.01 134.39 -
System Red Green Blue C M Y K H S L
Decimal 194 197 100 0.02 0 0.49 0.23 61.86 0.46 0.58
Hex C2 C5 64 2 0 31 17 3E 2E 3A
Octal 302 305 144 2 0 61 27 76 56 72
Binary 11000010 11000101 1100100 10 0 110001 10111 111110 101110 111010

Color Harmonies of #C2C564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C564

Black with #C2C564

Text Example


Text Example

White with #C2C564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C564; }

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

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

background-color css

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

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

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

border-color css

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

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

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