#C3A04A

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

Shades of Sundance #C3A04A

Tints of Sundance #C3A04A

Color information

#C3A04A (or 0xC3A04A) is unknown color: approx Sundance. HEX triplet: C3, A0 and 4A. RGB value is (195,160,74). Sum of RGB (Red+Green+Blue) = 195+160+74=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A04A is #3C5FB5. Grayscale: #A1A1A1. Windows color (decimal): -3956662 or 4890819. OLE color: 4890819.

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

Color convert

RGB19516074-
CMYK00.180.620.24
HSL42.64º50.21%52.75%-
HSV(B)42.64º62.05%76.47%-
XYZ36.3137.2411.75-
YUV160.6679.1152.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=45.45%
G=37.30%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951607400.180.620.2442.6450.2152.75
HexC3A04A0123E182b3235
Octal3032401120227630536265
Binary1100001110100000100101001001011111011000101011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A04A; }

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

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

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

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

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

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

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

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