#C5A654

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

Shades of Sundance #C5A654

Tints of Sundance #C5A654

Color information

#C5A654 (or 0xC5A654) is unknown color: approx Sundance. HEX triplet: C5, A6 and 54. RGB value is (197,166,84). Sum of RGB (Red+Green+Blue) = 197+166+84=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A654 is #3A59AB. Grayscale: #A6A6A6. Windows color (decimal): -3824044 or 5547717. OLE color: 5547717.

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

Color convert

RGB19716684-
CMYK00.160.570.23
HSL43.54º49.34%55.1%-
HSV(B)43.54º57.36%77.25%-
XYZ38.2639.7814.05-
YUV165.9281.77150.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 166 (65.23% from 255) = 37.14%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=44.07%
G=37.14%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971668400.160.570.2343.5449.3455.1
HexC5A65401039172c3137
Octal3052461240207127546167
Binary1100010110100110101010001000011100110111101100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A654; }

 p { color: rgb(197,166,84); }

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

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

 a { background-color: rgb(197,166,84); }

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

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

 span { border-color: rgb(197,166,84); }

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