#C5AF51

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

Shades of Sundance #C5AF51

Tints of Sundance #C5AF51

Color information

#C5AF51 (or 0xC5AF51) is unknown color: approx Sundance. HEX triplet: C5, AF and 51. RGB value is (197,175,81). Sum of RGB (Red+Green+Blue) = 197+175+81=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF51 is #3A50AE. Grayscale: #ABABAB. Windows color (decimal): -3821743 or 5353413. OLE color: 5353413.

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

Color convert

RGB19717581-
CMYK00.110.590.23
HSL48.62º50%54.51%-
HSV(B)48.62º58.88%77.25%-
XYZ39.8443.1214.01-
YUV170.8677.29146.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 175 (68.75% from 255) = 38.63%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=43.49%
G=38.63%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971758100.110.590.2348.625054.51
HexC5AF510B3B17313237
Octal3052571210137327616267
Binary110001011010111110100010101111101110111110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF51; }

 p { color: rgb(197,175,81); }

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

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

 a { background-color: rgb(197,175,81); }

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

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

 span { border-color: rgb(197,175,81); }

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