#C3A949

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

Shades of Sundance #C3A949

Tints of Sundance #C3A949

Color information

#C3A949 (or 0xC3A949) is unknown color: approx Sundance. HEX triplet: C3, A9 and 49. RGB value is (195,169,73). Sum of RGB (Red+Green+Blue) = 195+169+73=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A949 is #3C56B6. Grayscale: #A6A6A6. Windows color (decimal): -3954359 or 4827587. OLE color: 4827587.

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

Color convert

RGB19516973-
CMYK00.130.630.24
HSL47.21º50.41%52.55%-
HSV(B)47.21º62.56%76.47%-
XYZ37.940.4612.12-
YUV165.8375.61148.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 73 (28.91% from 255) = 16.70%
R=44.62%
G=38.67%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951697300.130.630.2447.2150.4152.55
HexC3A9490D3F182f3235
Octal3032511110157730576265
Binary110000111010100110010010110111111111000101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A949; }

 p { color: rgb(195,169,73); }

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

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

 a { background-color: rgb(195,169,73); }

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

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

 span { border-color: rgb(195,169,73); }

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