#C3AE52

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

Shades of Sundance #C3AE52

Tints of Sundance #C3AE52

Color information

#C3AE52 (or 0xC3AE52) is unknown color: approx Sundance. HEX triplet: C3, AE and 52. RGB value is (195,174,82). Sum of RGB (Red+Green+Blue) = 195+174+82=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AE52 is #3C51AD. Grayscale: #AAAAAA. Windows color (decimal): -3953070 or 5418691. OLE color: 5418691.

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

Color convert

RGB19517482-
CMYK00.110.580.24
HSL48.85º48.5%54.31%-
HSV(B)48.85º57.95%76.47%-
XYZ39.1642.4814.12-
YUV169.7978.46145.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 82 (32.42% from 255) = 18.18%
R=43.24%
G=38.58%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951748200.110.580.2448.8548.554.31
HexC3AE520B3A18313036
Octal3032561220137230616066
Binary110000111010111010100100101111101011000110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE52; }

 p { color: rgb(195,174,82); }

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

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

 a { background-color: rgb(195,174,82); }

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

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

 span { border-color: rgb(195,174,82); }

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