Html Css Color HEX #C5AA52 Sundance

📋 copy color: '#C5AA52'

red 197 ◦ green 170 ◦ blue 82

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

Shades of Sundance #C5AA52

Tints of Sundance #C5AA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.26%

R = 43.88%
G = 37.86%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5AA52 (or 0xC5AA52) is known color: Sundance. HEX triplet: C5, AA and 52. RGB value is (197,170,82). Sum of RGB (Red+Green+Blue) = 197+170+82=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA52 is #3A55AD. Grayscale: #A8A8A8. Windows color (decimal): -3823022 or 5417669. OLE color: 5417669.

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

Color convert

RGB 197 170 82 -
CMYK 0 0.14 0.58 0.23
HSL 45.91º 0.5% 0.55% -
HSV(B) 45.91º 0.58% 0.77% -
XYZ 38.92 41.23 13.89 -
YUV 168.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 197 170 82 0 0.14 0.58 0.23 45.91 0.5 0.55
Hex C5 AA 52 0 E 3A 17 2E 32 37
Octal 305 252 122 0 16 72 27 56 62 67
Binary 11000101 10101010 1010010 0 1110 111010 10111 101110 110010 110111

Color Harmonies of #C5AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA52

Black with #C5AA52

Text Example


Text Example

White with #C5AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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