Html Css Color HEX #C4C05E Wild Willow

📋 copy color: '#C4C05E'

red 196 ◦ green 192 ◦ blue 94

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

Shades of Wild Willow #C4C05E

Tints of Wild Willow #C4C05E

RGB

 RED value IS 196 (76.95% from 255) = 40.66%

 GREEN value IS 192 (75.39% from 255) = 39.83%

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

R = 40.66%
G = 39.83%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4C05E (or 0xC4C05E) is known color: Wild Willow. HEX triplet: C4, C0 and 5E. RGB value is (196,192,94). Sum of RGB (Red+Green+Blue) = 196+192+94=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C05E is #3B3FA1. Grayscale: #B6B6B6. Windows color (decimal): -3882914 or 6209732. OLE color: 6209732.

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

Color convert

RGB 196 192 94 -
CMYK 0 0.02 0.52 0.23
HSL 57.65º 0.46% 0.57% -
HSV(B) 57.65º 0.52% 0.77% -
XYZ 43.63 50.24 17.99 -
YUV 182.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 196 192 94 0 0.02 0.52 0.23 57.65 0.46 0.57
Hex C4 C0 5E 0 2 34 17 3A 2E 39
Octal 304 300 136 0 2 64 27 72 56 71
Binary 11000100 11000000 1011110 0 10 110100 10111 111010 101110 111001

Color Harmonies of #C4C05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C05E

Black with #C4C05E

Text Example


Text Example

White with #C4C05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C05E; }

 p { color: rgb(196,192,94); }

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

background-color css

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

 a { background-color: rgb(196,192,94); }

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

border-color css

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

 span { border-color: rgb(196,192,94); }

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