#C8A050

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

Shades of Sundance #C8A050

Tints of Sundance #C8A050

Color information

#C8A050 (or 0xC8A050) is unknown color: approx Sundance. HEX triplet: C8, A0 and 50. RGB value is (200,160,80). Sum of RGB (Red+Green+Blue) = 200+160+80=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A050 is #375FAF. Grayscale: #A3A3A3. Windows color (decimal): -3628976 or 5284040. OLE color: 5284040.

HSL color Cylindrical-coordinate representation of color #C8A050: hue angle of 40º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8A050 is Cyan = 0, Magento = 0.2, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB20016080-
CMYK00.20.60.22
HSL40º52.17%54.9%-
HSV(B)40º60%78.43%-
XYZ37.843812.93-
YUV162.8481.25154.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001608000.20.60.224052.1754.9
HexC8A0500143C16283437
Octal3102401200247426506467
Binary1100100010100000101000001010011110010110101000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A050; }

 p { color: rgb(200,160,80); }

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

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

 a { background-color: rgb(200,160,80); }

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

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

 span { border-color: rgb(200,160,80); }

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