#C1A446

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

Shades of Sundance #C1A446

Tints of Sundance #C1A446

Color information

#C1A446 (or 0xC1A446) is unknown color: approx Sundance. HEX triplet: C1, A4 and 46. RGB value is (193,164,70). Sum of RGB (Red+Green+Blue) = 193+164+70=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A446 is #3E5BB9. Grayscale: #A2A2A2. Windows color (decimal): -4086714 or 4629697. OLE color: 4629697.

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

Color convert

RGB19316470-
CMYK00.150.640.24
HSL45.85º49.8%51.57%-
HSV(B)45.85º63.73%75.69%-
XYZ36.3738.3311.28-
YUV161.9576.11150.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=45.20%
G=38.41%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931647000.150.640.2445.8549.851.57
HexC1A4460F40182e3234
Octal30124410601710030566264
Binary1100000110100100100011001111100000011000101110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A446; }

 p { color: rgb(193,164,70); }

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

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

 a { background-color: rgb(193,164,70); }

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

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

 span { border-color: rgb(193,164,70); }

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