#C8AE52

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

Shades of Sundance #C8AE52

Tints of Sundance #C8AE52

Color information

#C8AE52 (or 0xC8AE52) is unknown color: approx Sundance. HEX triplet: C8, AE and 52. RGB value is (200,174,82). Sum of RGB (Red+Green+Blue) = 200+174+82=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AE52 is #3751AD. Grayscale: #ABABAB. Windows color (decimal): -3625390 or 5418696. OLE color: 5418696.

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

Color convert

RGB20017482-
CMYK00.130.590.22
HSL46.78º51.75%55.29%-
HSV(B)46.78º59%78.43%-
XYZ40.4843.1614.18-
YUV171.2977.61148.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.86%
GREEN value IS 174 (68.36% from 255) = 38.16%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=43.86%
G=38.16%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001748200.130.590.2246.7851.7555.29
HexC8AE520D3B162f3437
Octal3102561220157326576467
Binary110010001010111010100100110111101110110101111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE52; }

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

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

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

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

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

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

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

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