Html Css Color HEX #C3C364 Wild Willow

📋 copy color: '#C3C364'

red 195 ◦ green 195 ◦ blue 100

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

Shades of Wild Willow #C3C364

Tints of Wild Willow #C3C364

RGB

 RED value IS 195 (76.56% from 255) = 39.8%

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

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

R = 39.8%
G = 39.8%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C3C364 (or 0xC3C364) is known color: Wild Willow. HEX triplet: C3, C3 and 64. RGB value is (195,195,100). Sum of RGB (Red+Green+Blue) = 195+195+100=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C364 is #3C3C9B. Grayscale: #B8B8B8. Windows color (decimal): -3947676 or 6603715. OLE color: 6603715.

HSL color Cylindrical-coordinate representation of color #C3C364: hue angle of 60º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C3C364 is Cyan = 0, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 100 -
CMYK 0 0 0.49 0.24
HSL 60º 0.44% 0.58% -
HSV(B) 60º 0.49% 0.76% -
XYZ 44.32 51.55 19.67 -
YUV 184.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 195 195 100 0 0 0.49 0.24 60 0.44 0.58
Hex C3 C3 64 0 0 31 18 3C 2C 3A
Octal 303 303 144 0 0 61 30 74 54 72
Binary 11000011 11000011 1100100 0 0 110001 11000 111100 101100 111010

Color Harmonies of #C3C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C364

Black with #C3C364

Text Example


Text Example

White with #C3C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C364; }

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

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

background-color css

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

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

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

border-color css

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

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

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