#C3AC46

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

Shades of Sundance #C3AC46

Tints of Sundance #C3AC46

Color information

#C3AC46 (or 0xC3AC46) is unknown color: approx Sundance. HEX triplet: C3, AC and 46. RGB value is (195,172,70). Sum of RGB (Red+Green+Blue) = 195+172+70=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC46 is #3C53B9. Grayscale: #A7A7A7. Windows color (decimal): -3953594 or 4631747. OLE color: 4631747.

HSL color Cylindrical-coordinate representation of color #C3AC46: hue angle of 48.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3AC46 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19517270-
CMYK00.120.640.24
HSL48.96º51.02%51.96%-
HSV(B)48.96º64.1%76.47%-
XYZ38.3641.5511.79-
YUV167.2573.12147.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=44.62%
G=39.36%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951727000.120.640.2448.9651.0251.96
HexC3AC460C4018313334
Octal30325410601410030616364
Binary1100001110101100100011001100100000011000110001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC46; }

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

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

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

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

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

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

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

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