#C2A150

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

Shades of Sundance #C2A150

Tints of Sundance #C2A150

Color information

#C2A150 (or 0xC2A150) is unknown color: approx Sundance. HEX triplet: C2, A1 and 50. RGB value is (194,161,80). Sum of RGB (Red+Green+Blue) = 194+161+80=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A150 is #3D5EAF. Grayscale: #A1A1A1. Windows color (decimal): -4021936 or 5284290. OLE color: 5284290.

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

Color convert

RGB19416180-
CMYK00.170.590.24
HSL42.63º48.31%53.73%-
HSV(B)42.63º58.76%76.08%-
XYZ36.4437.5412.91-
YUV161.6381.93151.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 80 (31.64% from 255) = 18.39%
R=44.60%
G=37.01%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941618000.170.590.2442.6348.3153.73
HexC2A1500113B182b3036
Octal3022411200217330536066
Binary1100001010100001101000001000111101111000101011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A150; }

 p { color: rgb(194,161,80); }

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

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

 a { background-color: rgb(194,161,80); }

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

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

 span { border-color: rgb(194,161,80); }

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