Html Css Color HEX #C4A04E Sundance

📋 copy color: '#C4A04E'

red 196 ◦ green 160 ◦ blue 78

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

Shades of Sundance #C4A04E

Tints of Sundance #C4A04E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 78 (30.86% from 255) = 17.97%

R = 45.16%
G = 36.87%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4A04E (or 0xC4A04E) is known color: Sundance. HEX triplet: C4, A0 and 4E. RGB value is (196,160,78). Sum of RGB (Red+Green+Blue) = 196+160+78=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 78 (30.86% from 255 or 17.97% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A04E is #3B5FB1. Grayscale: #A1A1A1. Windows color (decimal): -3891122 or 5152964. OLE color: 5152964.

HSL color Cylindrical-coordinate representation of color #C4A04E: hue angle of 41.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4A04E is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 78 -
CMYK 0 0.18 0.60 0.23
HSL 41.69º 0.5% 0.54% -
HSV(B) 41.69º 0.6% 0.77% -
XYZ 36.71 37.43 12.5 -
YUV 161.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 196 160 78 0 0.18 0.60 0.23 41.69 0.5 0.54
Hex C4 A0 4E 0 12 3C 17 2A 32 36
Octal 304 240 116 0 22 74 27 52 62 66
Binary 11000100 10100000 1001110 0 10010 111100 10111 101010 110010 110110

Color Harmonies of #C4A04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A04E

Black with #C4A04E

Text Example


Text Example

White with #C4A04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A04E; }

 p { color: rgb(196,160,78); }

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

background-color css

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

 a { background-color: rgb(196,160,78); }

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

border-color css

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

 span { border-color: rgb(196,160,78); }

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