#C5AF4F

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

Shades of Sundance #C5AF4F

Tints of Sundance #C5AF4F

Color information

#C5AF4F (or 0xC5AF4F) is unknown color: approx Sundance. HEX triplet: C5, AF and 4F. RGB value is (197,175,79). Sum of RGB (Red+Green+Blue) = 197+175+79=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF4F is #3A50B0. Grayscale: #ABABAB. Windows color (decimal): -3821745 or 5222341. OLE color: 5222341.

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

Color convert

RGB19717579-
CMYK00.110.600.23
HSL48.81º50.43%54.12%-
HSV(B)48.81º59.9%77.25%-
XYZ39.7743.0913.62-
YUV170.6376.29146.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 79 (31.25% from 255) = 17.52%
R=43.68%
G=38.80%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971757900.110.600.2348.8150.4354.12
HexC5AF4F0B3C17313236
Octal3052571170137427616266
Binary110001011010111110011110101111110010111110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AF4F; }

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

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

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

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

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

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

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

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