#C3A04D

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

Shades of Sundance #C3A04D

Tints of Sundance #C3A04D

Color information

#C3A04D (or 0xC3A04D) is unknown color: approx Sundance. HEX triplet: C3, A0 and 4D. RGB value is (195,160,77). Sum of RGB (Red+Green+Blue) = 195+160+77=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A04D is #3C5FB2. Grayscale: #A1A1A1. Windows color (decimal): -3956659 or 5087427. OLE color: 5087427.

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

Color convert

RGB19516077-
CMYK00.180.610.24
HSL42.2º49.58%53.33%-
HSV(B)42.2º60.51%76.47%-
XYZ36.4237.2812.3-
YUV16180.6152.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 77 (30.47% from 255) = 17.82%
R=45.14%
G=37.04%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951607700.180.610.2442.249.5853.33
HexC3A04D0123D182a3235
Octal3032401150227530526265
Binary1100001110100000100110101001011110111000101010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A04D; }

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

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

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

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

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

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

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

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