#C6A352

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

Shades of Sundance #C6A352

Tints of Sundance #C6A352

Color information

#C6A352 (or 0xC6A352) is unknown color: approx Sundance. HEX triplet: C6, A3 and 52. RGB value is (198,163,82). Sum of RGB (Red+Green+Blue) = 198+163+82=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A352 is #395CAD. Grayscale: #A4A4A4. Windows color (decimal): -3759278 or 5415878. OLE color: 5415878.

HSL color Cylindrical-coordinate representation of color #C6A352: hue angle of 41.9º 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 #C6A352 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB19816382-
CMYK00.180.590.22
HSL41.9º50.43%54.9%-
HSV(B)41.9º58.59%77.65%-
XYZ37.9138.8113.48-
YUV164.2381.6152.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 163 (64.06% from 255) = 36.79%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=44.70%
G=36.79%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981638200.180.590.2241.950.4354.9
HexC6A3520123B162a3237
Octal3062431220227326526267
Binary1100011010100011101001001001011101110110101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A352; }

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

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

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

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

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

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

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

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