#C1A345

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

Shades of Sundance #C1A345

Tints of Sundance #C1A345

Color information

#C1A345 (or 0xC1A345) is unknown color: approx Sundance. HEX triplet: C1, A3 and 45. RGB value is (193,163,69). Sum of RGB (Red+Green+Blue) = 193+163+69=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A345 is #3E5CBA. Grayscale: #A1A1A1. Windows color (decimal): -4086971 or 4563905. OLE color: 4563905.

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

Color convert

RGB19316369-
CMYK00.160.640.24
HSL45.48º50%51.37%-
HSV(B)45.48º64.25%75.69%-
XYZ36.1637.9611.05-
YUV161.2575.94150.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.41%
GREEN value IS 163 (64.06% from 255) = 38.35%
BLUE value IS 69 (27.34% from 255) = 16.24%
R=45.41%
G=38.35%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931636900.160.640.2445.485051.37
HexC1A34501040182d3233
Octal30124310502010030556263
Binary11000001101000111000101010000100000011000101101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A345; }

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

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

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

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

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

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

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

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