#C2A842

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

Shades of Sundance #C2A842

Tints of Sundance #C2A842

Color information

#C2A842 (or 0xC2A842) is unknown color: approx Sundance. HEX triplet: C2, A8 and 42. RGB value is (194,168,66). Sum of RGB (Red+Green+Blue) = 194+168+66=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A842 is #3D57BD. Grayscale: #A4A4A4. Windows color (decimal): -4020158 or 4368578. OLE color: 4368578.

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

Color convert

RGB19416866-
CMYK00.130.660.24
HSL47.81º51.2%50.98%-
HSV(B)47.81º65.98%76.08%-
XYZ37.2339.8710.89-
YUV164.1572.61149.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 168 (66.02% from 255) = 39.25%
BLUE value IS 66 (26.17% from 255) = 15.42%
R=45.33%
G=39.25%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941686600.130.660.2447.8151.250.98
HexC2A8420D4218303333
Octal30225010201510230606363
Binary1100001010101000100001001101100001011000110000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A842; }

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

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

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

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

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

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

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

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