#C6A052

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

Shades of Sundance #C6A052

Tints of Sundance #C6A052

Color information

#C6A052 (or 0xC6A052) is unknown color: approx Sundance. HEX triplet: C6, A0 and 52. RGB value is (198,160,82). Sum of RGB (Red+Green+Blue) = 198+160+82=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A052 is #395FAD. Grayscale: #A2A2A2. Windows color (decimal): -3760046 or 5415110. OLE color: 5415110.

HSL color Cylindrical-coordinate representation of color #C6A052: hue angle of 40.34º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6A052 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19816082-
CMYK00.190.590.22
HSL40.34º50.43%54.9%-
HSV(B)40.34º58.59%77.65%-
XYZ37.3837.7613.3-
YUV162.4782.59153.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 82 (32.42% from 255) = 18.64%
R=45%
G=36.36%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981608200.190.590.2240.3450.4354.9
HexC6A0520133B16283237
Octal3062401220237326506267
Binary1100011010100000101001001001111101110110101000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A052; }

 p { color: rgb(198,160,82); }

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

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

 a { background-color: rgb(198,160,82); }

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

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

 span { border-color: rgb(198,160,82); }

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