#C2A542

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

Shades of Sundance #C2A542

Tints of Sundance #C2A542

Color information

#C2A542 (or 0xC2A542) is unknown color: approx Sundance. HEX triplet: C2, A5 and 42. RGB value is (194,165,66). Sum of RGB (Red+Green+Blue) = 194+165+66=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A542 is #3D5ABD. Grayscale: #A2A2A2. Windows color (decimal): -4020926 or 4367810. OLE color: 4367810.

HSL color Cylindrical-coordinate representation of color #C2A542: hue angle of 46.41º 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 #C2A542 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19416566-
CMYK00.150.660.24
HSL46.41º51.2%50.98%-
HSV(B)46.41º65.98%76.08%-
XYZ36.6938.7710.7-
YUV162.3873.61150.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 165 (64.84% from 255) = 38.82%
BLUE value IS 66 (26.17% from 255) = 15.53%
R=45.65%
G=38.82%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941656600.150.660.2446.4151.250.98
HexC2A5420F42182e3333
Octal30224510201710230566363
Binary1100001010100101100001001111100001011000101110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A542; }

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

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

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

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

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

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

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

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