Html Css Color HEX #C5A44A Sundance

📋 copy color: '#C5A44A'

red 197 ◦ green 164 ◦ blue 74

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

Shades of Sundance #C5A44A

Tints of Sundance #C5A44A

RGB

 RED value IS 197 (77.34% from 255) = 45.29%

 GREEN value IS 164 (64.45% from 255) = 37.7%

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

R = 45.29%
G = 37.7%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5A44A (or 0xC5A44A) is known color: Sundance. HEX triplet: C5, A4 and 4A. RGB value is (197,164,74). Sum of RGB (Red+Green+Blue) = 197+164+74=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A44A is #3A5BB5. Grayscale: #A4A4A4. Windows color (decimal): -3824566 or 4891845. OLE color: 4891845.

HSL color Cylindrical-coordinate representation of color #C5A44A: hue angle of 43.9º 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 #C5A44A is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 74 -
CMYK 0 0.17 0.62 0.23
HSL 43.9º 0.51% 0.53% -
HSV(B) 43.9º 0.62% 0.77% -
XYZ 37.54 38.92 12.01 -
YUV 163.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 197 164 74 0 0.17 0.62 0.23 43.9 0.51 0.53
Hex C5 A4 4A 0 11 3E 17 2C 33 35
Octal 305 244 112 0 21 76 27 54 63 65
Binary 11000101 10100100 1001010 0 10001 111110 10111 101100 110011 110101

Color Harmonies of #C5A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A44A

Black with #C5A44A

Text Example


Text Example

White with #C5A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A44A; }

 p { color: rgb(197,164,74); }

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

background-color css

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

 a { background-color: rgb(197,164,74); }

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

border-color css

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

 span { border-color: rgb(197,164,74); }

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