Html Css Color HEX #C5AA4A Sundance

📋 copy color: '#C5AA4A'

red 197 ◦ green 170 ◦ blue 74

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

Shades of Sundance #C5AA4A

Tints of Sundance #C5AA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.55%

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

R = 44.67%
G = 38.55%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5AA4A (or 0xC5AA4A) is known color: Sundance. HEX triplet: C5, AA and 4A. RGB value is (197,170,74). Sum of RGB (Red+Green+Blue) = 197+170+74=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA4A is #3A55B5. Grayscale: #A7A7A7. Windows color (decimal): -3823030 or 4893381. OLE color: 4893381.

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

Color convert

RGB 197 170 74 -
CMYK 0 0.14 0.62 0.23
HSL 46.83º 0.51% 0.53% -
HSV(B) 46.83º 0.62% 0.77% -
XYZ 38.64 41.11 12.38 -
YUV 167.13 75.45 149.31 -
System Red Green Blue C M Y K H S L
Decimal 197 170 74 0 0.14 0.62 0.23 46.83 0.51 0.53
Hex C5 AA 4A 0 E 3E 17 2F 33 35
Octal 305 252 112 0 16 76 27 57 63 65
Binary 11000101 10101010 1001010 0 1110 111110 10111 101111 110011 110101

Color Harmonies of #C5AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA4A

Black with #C5AA4A

Text Example


Text Example

White with #C5AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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