Html Css Color HEX #C5AA4F Sundance

📋 copy color: '#C5AA4F'

red 197 ◦ green 170 ◦ blue 79

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

Shades of Sundance #C5AA4F

Tints of Sundance #C5AA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 44.17%
G = 38.12%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5AA4F (or 0xC5AA4F) is known color: Sundance. HEX triplet: C5, AA and 4F. RGB value is (197,170,79). Sum of RGB (Red+Green+Blue) = 197+170+79=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AA4F is #3A55B0. Grayscale: #A8A8A8. Windows color (decimal): -3823025 or 5221061. OLE color: 5221061.

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

Color convert

RGB 197 170 79 -
CMYK 0 0.14 0.60 0.23
HSL 46.27º 0.5% 0.54% -
HSV(B) 46.27º 0.6% 0.77% -
XYZ 38.81 41.18 13.3 -
YUV 167.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 197 170 79 0 0.14 0.60 0.23 46.27 0.5 0.54
Hex C5 AA 4F 0 E 3C 17 2E 32 36
Octal 305 252 117 0 16 74 27 56 62 66
Binary 11000101 10101010 1001111 0 1110 111100 10111 101110 110010 110110

Color Harmonies of #C5AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AA4F

Black with #C5AA4F

Text Example


Text Example

White with #C5AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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