#C5A94A

Color #C5A94A Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C5A94A

Tints of Sundance #C5A94A

Color information

#C5A94A (or 0xC5A94A) is unknown color: approx Sundance. HEX triplet: C5, A9 and 4A. RGB value is (197,169,74). Sum of RGB (Red+Green+Blue) = 197+169+74=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A94A is #3A56B5. Grayscale: #A6A6A6. Windows color (decimal): -3823286 or 4893125. OLE color: 4893125.

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

Color convert

RGB19716974-
CMYK00.140.620.23
HSL46.34º51.46%53.14%-
HSV(B)46.34º62.44%77.25%-
XYZ38.4540.7412.32-
YUV166.5475.78149.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=44.77%
G=38.41%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971697400.140.620.2346.3451.4653.14
HexC5A94A0E3E172e3335
Octal3052511120167627566365
Binary110001011010100110010100111011111010111101110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A94A; }

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

 H1.HeaderClassName
 {
   color: #C5A94A;
 }
 .AnyTagClassName
 {
   color: #C5A94A;
 }
</style>
background-color css

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

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

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

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

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

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