Html Css Color HEX #C3C864 Wild Willow

📋 copy color: '#C3C864'

red 195 ◦ green 200 ◦ blue 100

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

Shades of Wild Willow #C3C864

Tints of Wild Willow #C3C864

RGB

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

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

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

R = 39.39%
G = 40.4%
B = 20.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C3C864 (or 0xC3C864) is known color: Wild Willow. HEX triplet: C3, C8 and 64. RGB value is (195,200,100). Sum of RGB (Red+Green+Blue) = 195+200+100=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 200 - color contains mainly: green. Hex color #C3C864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C864 is #3C379B. Grayscale: #BBBBBB. Windows color (decimal): -3946396 or 6604995. OLE color: 6604995.

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

Color convert

RGB 195 200 100 -
CMYK 0.02 0 0.5 0.22
HSL 63º 0.48% 0.59% -
HSV(B) 63º 0.5% 0.78% -
XYZ 45.46 53.83 20.05 -
YUV 187.11 78.84 133.63 -
System Red Green Blue C M Y K H S L
Decimal 195 200 100 0.02 0 0.5 0.22 63 0.48 0.59
Hex C3 C8 64 2 0 32 16 3F 30 3B
Octal 303 310 144 2 0 62 26 77 60 73
Binary 11000011 11001000 1100100 10 0 110010 10110 111111 110000 111011

Color Harmonies of #C3C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C864

Black with #C3C864

Text Example


Text Example

White with #C3C864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C864; }

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

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

background-color css

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

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

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

border-color css

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

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

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