#C5AB41

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

Shades of Sundance #C5AB41

Tints of Sundance #C5AB41

Color information

#C5AB41 (or 0xC5AB41) is unknown color: approx Sundance. HEX triplet: C5, AB and 41. RGB value is (197,171,65). Sum of RGB (Red+Green+Blue) = 197+171+65=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB41 is #3A54BE. Grayscale: #A7A7A7. Windows color (decimal): -3822783 or 4303813. OLE color: 4303813.

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

Color convert

RGB19717165-
CMYK00.130.670.23
HSL48.18º53.23%51.37%-
HSV(B)48.18º67.01%77.25%-
XYZ38.5441.3810.96-
YUV166.6970.61149.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 65 (25.78% from 255) = 15.01%
R=45.50%
G=39.49%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971716500.130.670.2348.1853.2351.37
HexC5AB410D4317303533
Octal30525310101510327606563
Binary1100010110101011100000101101100001110111110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB41; }

 p { color: rgb(197,171,65); }

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

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

 a { background-color: rgb(197,171,65); }

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

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

 span { border-color: rgb(197,171,65); }

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