#C3AA4C

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

Shades of Sundance #C3AA4C

Tints of Sundance #C3AA4C

Color information

#C3AA4C (or 0xC3AA4C) is unknown color: approx Sundance. HEX triplet: C3, AA and 4C. RGB value is (195,170,76). Sum of RGB (Red+Green+Blue) = 195+170+76=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA4C is #3C55B3. Grayscale: #A7A7A7. Windows color (decimal): -3954100 or 5024451. OLE color: 5024451.

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

Color convert

RGB19517076-
CMYK00.130.610.24
HSL47.39º49.79%53.14%-
HSV(B)47.39º61.03%76.47%-
XYZ38.1840.8712.71-
YUV166.7676.78148.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 170 (66.80% from 255) = 38.55%
BLUE value IS 76 (30.08% from 255) = 17.23%
R=44.22%
G=38.55%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951707600.130.610.2447.3949.7953.14
HexC3AA4C0D3D182f3235
Octal3032521140157530576265
Binary110000111010101010011000110111110111000101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA4C; }

 p { color: rgb(195,170,76); }

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

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

 a { background-color: rgb(195,170,76); }

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

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

 span { border-color: rgb(195,170,76); }

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