#C2A142

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

Shades of Sundance #C2A142

Tints of Sundance #C2A142

Color information

#C2A142 (or 0xC2A142) is unknown color: approx Sundance. HEX triplet: C2, A1 and 42. RGB value is (194,161,66). Sum of RGB (Red+Green+Blue) = 194+161+66=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A142 is #3D5EBD. Grayscale: #A0A0A0. Windows color (decimal): -4021950 or 4366786. OLE color: 4366786.

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

Color convert

RGB19416166-
CMYK00.170.660.24
HSL44.53º51.2%50.98%-
HSV(B)44.53º65.98%76.08%-
XYZ35.9837.3510.47-
YUV160.0474.93152.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=46.08%
G=38.24%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941616600.170.660.2444.5351.250.98
HexC2A14201142182d3333
Octal30224110202110230556363
Binary11000010101000011000010010001100001011000101101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A142; }

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

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

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

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

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

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

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

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