Html Css Color HEX #C3C961 Wild Willow

📋 copy color: '#C3C961'

red 195 ◦ green 201 ◦ blue 97

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

Shades of Wild Willow #C3C961

Tints of Wild Willow #C3C961

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.77%

 BLUE value IS 97 (38.28% from 255) = 19.68%

R = 39.55%
G = 40.77%
B = 19.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C3C961 (or 0xC3C961) is known color: Wild Willow. HEX triplet: C3, C9 and 61. RGB value is (195,201,97). Sum of RGB (Red+Green+Blue) = 195+201+97=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #C3C961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C961 is #3C369E. Grayscale: #BBBBBB. Windows color (decimal): -3946143 or 6408643. OLE color: 6408643.

HSL color Cylindrical-coordinate representation of color #C3C961: hue angle of 63.46º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3C961 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 195 201 97 -
CMYK 0.03 0 0.52 0.21
HSL 63.46º 0.49% 0.58% -
HSV(B) 63.46º 0.52% 0.79% -
XYZ 45.55 54.24 19.38 -
YUV 187.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 195 201 97 0.03 0 0.52 0.21 63.46 0.49 0.58
Hex C3 C9 61 3 0 34 15 3F 31 3A
Octal 303 311 141 3 0 64 25 77 61 72
Binary 11000011 11001001 1100001 11 0 110100 10101 111111 110001 111010

Color Harmonies of #C3C961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C961

Black with #C3C961

Text Example


Text Example

White with #C3C961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C961; }

 p { color: rgb(195,201,97); }

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

background-color css

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

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

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

border-color css

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

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

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