#C7AC55

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

Shades of Sundance #C7AC55

Tints of Sundance #C7AC55

Color information

#C7AC55 (or 0xC7AC55) is unknown color: approx Sundance. HEX triplet: C7, AC and 55. RGB value is (199,172,85). Sum of RGB (Red+Green+Blue) = 199+172+85=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AC55 is #3853AA. Grayscale: #AAAAAA. Windows color (decimal): -3691435 or 5614791. OLE color: 5614791.

HSL color Cylindrical-coordinate representation of color #C7AC55: hue angle of 45.79º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7AC55 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19917285-
CMYK00.140.570.22
HSL45.79º50.44%55.69%-
HSV(B)45.79º57.29%78.04%-
XYZ39.9542.314.65-
YUV170.1679.95148.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 85 (33.59% from 255) = 18.64%
R=43.64%
G=37.72%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991728500.140.570.2245.7950.4455.69
HexC7AC550E39162e3238
Octal3072541250167126566270
Binary110001111010110010101010111011100110110101110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC55; }

 p { color: rgb(199,172,85); }

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

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

 a { background-color: rgb(199,172,85); }

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

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

 span { border-color: rgb(199,172,85); }

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