#C3A54A

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

Shades of Sundance #C3A54A

Tints of Sundance #C3A54A

Color information

#C3A54A (or 0xC3A54A) is unknown color: approx Sundance. HEX triplet: C3, A5 and 4A. RGB value is (195,165,74). Sum of RGB (Red+Green+Blue) = 195+165+74=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A54A is #3C5AB5. Grayscale: #A3A3A3. Windows color (decimal): -3955382 or 4892099. OLE color: 4892099.

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

Color convert

RGB19516574-
CMYK00.150.620.24
HSL45.12º50.21%52.75%-
HSV(B)45.12º62.05%76.47%-
XYZ37.239.0112.05-
YUV163.677.44150.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 74 (29.30% from 255) = 17.05%
R=44.93%
G=38.02%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951657400.150.620.2445.1250.2152.75
HexC3A54A0F3E182d3235
Octal3032451120177630556265
Binary110000111010010110010100111111111011000101101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A54A; }

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

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

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

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

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

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

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

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