#C1AA47

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

Shades of Sundance #C1AA47

Tints of Sundance #C1AA47

Color information

#C1AA47 (or 0xC1AA47) is unknown color: approx Sundance. HEX triplet: C1, AA and 47. RGB value is (193,170,71). Sum of RGB (Red+Green+Blue) = 193+170+71=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA47 is #3E55B8. Grayscale: #A6A6A6. Windows color (decimal): -4085177 or 4696769. OLE color: 4696769.

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

Color convert

RGB19317071-
CMYK00.120.630.24
HSL48.69º49.59%51.76%-
HSV(B)48.69º63.21%75.69%-
XYZ37.540.5411.81-
YUV165.5974.62147.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 71 (28.12% from 255) = 16.36%
R=44.47%
G=39.17%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931707100.120.630.2448.6949.5951.76
HexC1AA470C3F18313234
Octal3012521070147730616264
Binary110000011010101010001110110011111111000110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA47; }

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

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

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

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

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

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

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

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