Html Css Color HEX #C2C864 Wild Willow

📋 copy color: '#C2C864'

red 194 ◦ green 200 ◦ blue 100

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

Shades of Wild Willow #C2C864

Tints of Wild Willow #C2C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.49%

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

R = 39.27%
G = 40.49%
B = 20.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C2C864 (or 0xC2C864) is known color: Wild Willow. HEX triplet: C2, C8 and 64. RGB value is (194,200,100). Sum of RGB (Red+Green+Blue) = 194+200+100=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C864 is #3D379B. Grayscale: #BBBBBB. Windows color (decimal): -4011932 or 6604994. OLE color: 6604994.

HSL color Cylindrical-coordinate representation of color #C2C864: hue angle of 63.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2C864 is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 200 100 -
CMYK 0.03 0 0.5 0.22
HSL 63.6º 0.48% 0.59% -
HSV(B) 63.6º 0.5% 0.78% -
XYZ 45.2 53.7 20.04 -
YUV 186.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 194 200 100 0.03 0 0.5 0.22 63.6 0.48 0.59
Hex C2 C8 64 3 0 32 16 40 30 3B
Octal 302 310 144 3 0 62 26 100 60 73
Binary 11000010 11001000 1100100 11 0 110010 10110 1000000 110000 111011

Color Harmonies of #C2C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C864

Black with #C2C864

Text Example


Text Example

White with #C2C864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C864; }

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

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

background-color css

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

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

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

border-color css

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

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

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