#C3A34A

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

Shades of Sundance #C3A34A

Tints of Sundance #C3A34A

Color information

#C3A34A (or 0xC3A34A) is unknown color: approx Sundance. HEX triplet: C3, A3 and 4A. RGB value is (195,163,74). Sum of RGB (Red+Green+Blue) = 195+163+74=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A34A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A34A is #3C5CB5. Grayscale: #A2A2A2. Windows color (decimal): -3955894 or 4891587. OLE color: 4891587.

HSL color Cylindrical-coordinate representation of color #C3A34A: hue angle of 44.13º 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 #C3A34A is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19516374-
CMYK00.160.620.24
HSL44.13º50.21%52.75%-
HSV(B)44.13º62.05%76.47%-
XYZ36.8438.2911.93-
YUV162.4278.1151.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 163 (64.06% from 255) = 37.73%
BLUE value IS 74 (29.30% from 255) = 17.13%
R=45.14%
G=37.73%
B=17.13%

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
Decimal1951637400.160.620.2444.1350.2152.75
HexC3A34A0103E182c3235
Octal3032431120207630546265
Binary1100001110100011100101001000011111011000101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A34A; }

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

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

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

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

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

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

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

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