#C4AE52

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

Shades of Sundance #C4AE52

Tints of Sundance #C4AE52

Color information

#C4AE52 (or 0xC4AE52) is unknown color: approx Sundance. HEX triplet: C4, AE and 52. RGB value is (196,174,82). Sum of RGB (Red+Green+Blue) = 196+174+82=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AE52 is #3B51AD. Grayscale: #AAAAAA. Windows color (decimal): -3887534 or 5418692. OLE color: 5418692.

HSL color Cylindrical-coordinate representation of color #C4AE52: hue angle of 48.42º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4AE52 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19617482-
CMYK00.110.580.23
HSL48.42º49.14%54.51%-
HSV(B)48.42º58.16%76.86%-
XYZ39.4242.6214.13-
YUV170.0978.29146.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 174 (68.36% from 255) = 38.50%
BLUE value IS 82 (32.42% from 255) = 18.14%
R=43.36%
G=38.50%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961748200.110.580.2348.4249.1454.51
HexC4AE520B3A17303137
Octal3042561220137227606167
Binary110001001010111010100100101111101010111110000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AE52; }

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

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

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

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

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

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

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

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