Html Css Color HEX #C5AA49 Sundance

📋 copy color: '#C5AA49'

red 197 ◦ green 170 ◦ blue 73

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

Shades of Sundance #C5AA49

Tints of Sundance #C5AA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 44.77%
G = 38.64%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5AA49 (or 0xC5AA49) is known color: Sundance. HEX triplet: C5, AA and 49. RGB value is (197,170,73). Sum of RGB (Red+Green+Blue) = 197+170+73=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA49 is #3A55B6. Grayscale: #A7A7A7. Windows color (decimal): -3823031 or 4827845. OLE color: 4827845.

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

Color convert

RGB 197 170 73 -
CMYK 0 0.14 0.63 0.23
HSL 46.94º 0.52% 0.53% -
HSV(B) 46.94º 0.63% 0.77% -
XYZ 38.6 41.1 12.2 -
YUV 167.02 74.95 149.39 -
System Red Green Blue C M Y K H S L
Decimal 197 170 73 0 0.14 0.63 0.23 46.94 0.52 0.53
Hex C5 AA 49 0 E 3F 17 2F 34 35
Octal 305 252 111 0 16 77 27 57 64 65
Binary 11000101 10101010 1001001 0 1110 111111 10111 101111 110100 110101

Color Harmonies of #C5AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA49

Black with #C5AA49

Text Example


Text Example

White with #C5AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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