Html Css Color HEX #C4C05A Wild Willow

📋 copy color: '#C4C05A'

red 196 ◦ green 192 ◦ blue 90

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

Shades of Wild Willow #C4C05A

Tints of Wild Willow #C4C05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 41%
G = 40.17%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4C05A (or 0xC4C05A) is known color: Wild Willow. HEX triplet: C4, C0 and 5A. RGB value is (196,192,90). Sum of RGB (Red+Green+Blue) = 196+192+90=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C05A is #3B3FA5. Grayscale: #B5B5B5. Windows color (decimal): -3882918 or 5947588. OLE color: 5947588.

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

Color convert

RGB 196 192 90 -
CMYK 0 0.02 0.54 0.23
HSL 57.74º 0.47% 0.56% -
HSV(B) 57.74º 0.54% 0.77% -
XYZ 43.46 50.17 17.07 -
YUV 181.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 196 192 90 0 0.02 0.54 0.23 57.74 0.47 0.56
Hex C4 C0 5A 0 2 36 17 3A 2F 38
Octal 304 300 132 0 2 66 27 72 57 70
Binary 11000100 11000000 1011010 0 10 110110 10111 111010 101111 111000

Color Harmonies of #C4C05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C05A

Black with #C4C05A

Text Example


Text Example

White with #C4C05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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