Html Css Color HEX #C4A04A Sundance

📋 copy color: '#C4A04A'

red 196 ◦ green 160 ◦ blue 74

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

Shades of Sundance #C4A04A

Tints of Sundance #C4A04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 45.58%
G = 37.21%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4A04A (or 0xC4A04A) is known color: Sundance. HEX triplet: C4, A0 and 4A. RGB value is (196,160,74). Sum of RGB (Red+Green+Blue) = 196+160+74=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A04A is #3B5FB5. Grayscale: #A1A1A1. Windows color (decimal): -3891126 or 4890820. OLE color: 4890820.

HSL color Cylindrical-coordinate representation of color #C4A04A: hue angle of 42.3º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4A04A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 160 74 -
CMYK 0 0.18 0.62 0.23
HSL 42.3º 0.51% 0.53% -
HSV(B) 42.3º 0.62% 0.77% -
XYZ 36.57 37.37 11.76 -
YUV 160.96 78.93 152.99 -
System Red Green Blue C M Y K H S L
Decimal 196 160 74 0 0.18 0.62 0.23 42.3 0.51 0.53
Hex C4 A0 4A 0 12 3E 17 2A 33 35
Octal 304 240 112 0 22 76 27 52 63 65
Binary 11000100 10100000 1001010 0 10010 111110 10111 101010 110011 110101

Color Harmonies of #C4A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A04A

Black with #C4A04A

Text Example


Text Example

White with #C4A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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