Html Css Color HEX #C5A54A Sundance

📋 copy color: '#C5A54A'

red 197 ◦ green 165 ◦ blue 74

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

Shades of Sundance #C5A54A

Tints of Sundance #C5A54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 45.18%
G = 37.84%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5A54A (or 0xC5A54A) is known color: Sundance. HEX triplet: C5, A5 and 4A. RGB value is (197,165,74). Sum of RGB (Red+Green+Blue) = 197+165+74=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A54A is #3A5AB5. Grayscale: #A4A4A4. Windows color (decimal): -3824310 or 4892101. OLE color: 4892101.

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

Color convert

RGB 197 165 74 -
CMYK 0 0.16 0.62 0.23
HSL 44.39º 0.51% 0.53% -
HSV(B) 44.39º 0.62% 0.77% -
XYZ 37.72 39.28 12.07 -
YUV 164.19 77.1 151.4 -
System Red Green Blue C M Y K H S L
Decimal 197 165 74 0 0.16 0.62 0.23 44.39 0.51 0.53
Hex C5 A5 4A 0 10 3E 17 2C 33 35
Octal 305 245 112 0 20 76 27 54 63 65
Binary 11000101 10100101 1001010 0 10000 111110 10111 101100 110011 110101

Color Harmonies of #C5A54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A54A

Black with #C5A54A

Text Example


Text Example

White with #C5A54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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