#C3A24A

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

Shades of Sundance #C3A24A

Tints of Sundance #C3A24A

Color information

#C3A24A (or 0xC3A24A) is unknown color: approx Sundance. HEX triplet: C3, A2 and 4A. RGB value is (195,162,74). Sum of RGB (Red+Green+Blue) = 195+162+74=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A24A is #3C5DB5. Grayscale: #A2A2A2. Windows color (decimal): -3956150 or 4891331. OLE color: 4891331.

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

Color convert

RGB19516274-
CMYK00.170.620.24
HSL43.64º50.21%52.75%-
HSV(B)43.64º62.05%76.47%-
XYZ36.6637.9411.87-
YUV161.8478.43151.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=45.24%
G=37.59%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951627400.170.620.2443.6450.2152.75
HexC3A24A0113E182c3235
Octal3032421120217630546265
Binary1100001110100010100101001000111111011000101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A24A; }

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

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

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

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

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

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

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

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