#C1A349

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

Shades of Sundance #C1A349

Tints of Sundance #C1A349

Color information

#C1A349 (or 0xC1A349) is unknown color: approx Sundance. HEX triplet: C1, A3 and 49. RGB value is (193,163,73). Sum of RGB (Red+Green+Blue) = 193+163+73=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A349 is #3E5CB6. Grayscale: #A2A2A2. Windows color (decimal): -4086967 or 4826049. OLE color: 4826049.

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

Color convert

RGB19316373-
CMYK00.160.620.24
HSL45º49.18%52.16%-
HSV(B)45º62.18%75.69%-
XYZ36.2938.0111.73-
YUV161.7177.94150.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 73 (28.91% from 255) = 17.02%
R=44.99%
G=38.00%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931637300.160.620.244549.1852.16
HexC1A3490103E182d3134
Octal3012431110207630556164
Binary1100000110100011100100101000011111011000101101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A349; }

 p { color: rgb(193,163,73); }

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

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

 a { background-color: rgb(193,163,73); }

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

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

 span { border-color: rgb(193,163,73); }

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