Html Css Color HEX #C3CA5E Wild Willow

📋 copy color: '#C3CA5E'

red 195 ◦ green 202 ◦ blue 94

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

Shades of Wild Willow #C3CA5E

Tints of Wild Willow #C3CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

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

R = 39.71%
G = 41.14%
B = 19.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C3CA5E (or 0xC3CA5E) is known color: Wild Willow. HEX triplet: C3, CA and 5E. RGB value is (195,202,94). Sum of RGB (Red+Green+Blue) = 195+202+94=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #C3CA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CA5E is #3C35A1. Grayscale: #BCBCBC. Windows color (decimal): -3945890 or 6212291. OLE color: 6212291.

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

Color convert

RGB 195 202 94 -
CMYK 0.03 0 0.53 0.21
HSL 63.89º 0.5% 0.58% -
HSV(B) 63.89º 0.53% 0.79% -
XYZ 45.65 54.65 18.73 -
YUV 187.6 75.18 133.28 -
System Red Green Blue C M Y K H S L
Decimal 195 202 94 0.03 0 0.53 0.21 63.89 0.5 0.58
Hex C3 CA 5E 3 0 35 15 40 32 3A
Octal 303 312 136 3 0 65 25 100 62 72
Binary 11000011 11001010 1011110 11 0 110101 10101 1000000 110010 111010

Color Harmonies of #C3CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CA5E

Black with #C3CA5E

Text Example


Text Example

White with #C3CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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