#C2AD53

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

Shades of Sundance #C2AD53

Tints of Sundance #C2AD53

Color information

#C2AD53 (or 0xC2AD53) is unknown color: approx Sundance. HEX triplet: C2, AD and 53. RGB value is (194,173,83). Sum of RGB (Red+Green+Blue) = 194+173+83=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AD53 is #3D52AC. Grayscale: #A9A9A9. Windows color (decimal): -4018861 or 5483970. OLE color: 5483970.

HSL color Cylindrical-coordinate representation of color #C2AD53: hue angle of 48.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2AD53 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19417383-
CMYK00.110.570.24
HSL48.65º47.64%54.31%-
HSV(B)48.65º57.22%76.08%-
XYZ38.7541.9814.24-
YUV169.0279.46145.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 173 (67.97% from 255) = 38.44%
BLUE value IS 83 (32.81% from 255) = 18.44%
R=43.11%
G=38.44%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941738300.110.570.2448.6547.6454.31
HexC2AD530B3918313036
Octal3022551230137130616066
Binary110000101010110110100110101111100111000110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD53; }

 p { color: rgb(194,173,83); }

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

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

 a { background-color: rgb(194,173,83); }

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

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

 span { border-color: rgb(194,173,83); }

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