Html Css Color HEX #C3C15E Wild Willow

📋 copy color: '#C3C15E'

red 195 ◦ green 193 ◦ blue 94

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

Shades of Wild Willow #C3C15E

Tints of Wild Willow #C3C15E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.04%

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 40.46%
G = 40.04%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C3C15E (or 0xC3C15E) is known color: Wild Willow. HEX triplet: C3, C1 and 5E. RGB value is (195,193,94). Sum of RGB (Red+Green+Blue) = 195+193+94=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C15E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C15E is #3C3EA1. Grayscale: #B6B6B6. Windows color (decimal): -3948194 or 6209987. OLE color: 6209987.

HSL color Cylindrical-coordinate representation of color #C3C15E: hue angle of 58.81º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3C15E is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 193 94 -
CMYK 0 0.01 0.52 0.24
HSL 58.81º 0.46% 0.57% -
HSV(B) 58.81º 0.52% 0.76% -
XYZ 43.6 50.55 18.05 -
YUV 182.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 195 193 94 0 0.01 0.52 0.24 58.81 0.46 0.57
Hex C3 C1 5E 0 1 34 18 3B 2E 39
Octal 303 301 136 0 1 64 30 73 56 71
Binary 11000011 11000001 1011110 0 1 110100 11000 111011 101110 111001

Color Harmonies of #C3C15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C15E

Black with #C3C15E

Text Example


Text Example

White with #C3C15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C15E; }

 p { color: rgb(195,193,94); }

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

background-color css

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

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

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

border-color css

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

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

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