#C3A44A

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

Shades of Sundance #C3A44A

Tints of Sundance #C3A44A

Color information

#C3A44A (or 0xC3A44A) is unknown color: approx Sundance. HEX triplet: C3, A4 and 4A. RGB value is (195,164,74). Sum of RGB (Red+Green+Blue) = 195+164+74=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A44A is #3C5BB5. Grayscale: #A3A3A3. Windows color (decimal): -3955638 or 4891843. OLE color: 4891843.

HSL color Cylindrical-coordinate representation of color #C3A44A: hue angle of 44.63º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3A44A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19516474-
CMYK00.160.620.24
HSL44.63º50.21%52.75%-
HSV(B)44.63º62.05%76.47%-
XYZ37.0238.6511.99-
YUV163.0177.77150.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=45.03%
G=37.88%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951647400.160.620.2444.6350.2152.75
HexC3A44A0103E182d3235
Octal3032441120207630556265
Binary1100001110100100100101001000011111011000101101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A44A; }

 p { color: rgb(195,164,74); }

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

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

 a { background-color: rgb(195,164,74); }

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

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

 span { border-color: rgb(195,164,74); }

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