#C1A14D

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

Shades of Sundance #C1A14D

Tints of Sundance #C1A14D

Color information

#C1A14D (or 0xC1A14D) is unknown color: approx Sundance. HEX triplet: C1, A1 and 4D. RGB value is (193,161,77). Sum of RGB (Red+Green+Blue) = 193+161+77=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A14D is #3E5EB2. Grayscale: #A1A1A1. Windows color (decimal): -4087475 or 5087681. OLE color: 5087681.

HSL color Cylindrical-coordinate representation of color #C1A14D: hue angle of 43.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1A14D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19316177-
CMYK00.170.600.24
HSL43.45º48.33%52.94%-
HSV(B)43.45º60.1%75.69%-
XYZ36.0837.3612.33-
YUV160.9980.6150.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 161 (63.28% from 255) = 37.35%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=44.78%
G=37.35%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931617700.170.600.2443.4548.3352.94
HexC1A14D0113C182b3035
Octal3012411150217430536065
Binary1100000110100001100110101000111110011000101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A14D; }

 p { color: rgb(193,161,77); }

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

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

 a { background-color: rgb(193,161,77); }

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

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

 span { border-color: rgb(193,161,77); }

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