#C1AA52

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

Shades of Sundance #C1AA52

Tints of Sundance #C1AA52

Color information

#C1AA52 (or 0xC1AA52) is unknown color: approx Sundance. HEX triplet: C1, AA and 52. RGB value is (193,170,82). Sum of RGB (Red+Green+Blue) = 193+170+82=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AA52 is #3E55AD. Grayscale: #A7A7A7. Windows color (decimal): -4085166 or 5417665. OLE color: 5417665.

HSL color Cylindrical-coordinate representation of color #C1AA52: hue angle of 47.57º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1AA52 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19317082-
CMYK00.120.580.24
HSL47.57º47.23%53.92%-
HSV(B)47.57º57.51%75.69%-
XYZ37.8940.713.84-
YUV166.8480.12146.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 82 (32.42% from 255) = 18.43%
R=43.37%
G=38.20%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931708200.120.580.2447.5747.2353.92
HexC1AA520C3A18302f36
Octal3012521220147230605766
Binary110000011010101010100100110011101011000110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA52; }

 p { color: rgb(193,170,82); }

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

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

 a { background-color: rgb(193,170,82); }

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

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

 span { border-color: rgb(193,170,82); }

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