#C7AC46

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

Shades of Sundance #C7AC46

Tints of Sundance #C7AC46

Color information

#C7AC46 (or 0xC7AC46) is unknown color: approx Sundance. HEX triplet: C7, AC and 46. RGB value is (199,172,70). Sum of RGB (Red+Green+Blue) = 199+172+70=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC46 is #3853B9. Grayscale: #A8A8A8. Windows color (decimal): -3691450 or 4631751. OLE color: 4631751.

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

Color convert

RGB19917270-
CMYK00.140.650.22
HSL47.44º53.53%52.75%-
HSV(B)47.44º64.82%78.04%-
XYZ39.4142.0911.84-
YUV168.4472.45149.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.12%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 70 (27.73% from 255) = 15.87%
R=45.12%
G=39.00%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991727000.140.650.2247.4453.5352.75
HexC7AC460E41162f3635
Octal30725410601610126576665
Binary1100011110101100100011001110100000110110101111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC46; }

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

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

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

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

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

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

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

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