#C3A04E

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

Shades of Sundance #C3A04E

Tints of Sundance #C3A04E

Color information

#C3A04E (or 0xC3A04E) is unknown color: approx Sundance. HEX triplet: C3, A0 and 4E. RGB value is (195,160,78). Sum of RGB (Red+Green+Blue) = 195+160+78=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A04E is #3C5FB1. Grayscale: #A1A1A1. Windows color (decimal): -3956658 or 5152963. OLE color: 5152963.

HSL color Cylindrical-coordinate representation of color #C3A04E: hue angle of 42.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3A04E is Cyan = 0, Magento = 0.18, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB19516078-
CMYK00.180.60.24
HSL42.05º49.37%53.53%-
HSV(B)42.05º60%76.47%-
XYZ36.4537.2912.48-
YUV161.1281.1152.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.03%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 78 (30.86% from 255) = 18.01%
R=45.03%
G=36.95%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951607800.180.60.2442.0549.3753.53
HexC3A04E0123C182a3136
Octal3032401160227430526166
Binary1100001110100000100111001001011110011000101010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A04E; }

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

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

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

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

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

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

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

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