#C8A040

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

Shades of Sundance #C8A040

Tints of Sundance #C8A040

Color information

#C8A040 (or 0xC8A040) is unknown color: approx Sundance. HEX triplet: C8, A0 and 40. RGB value is (200,160,64). Sum of RGB (Red+Green+Blue) = 200+160+64=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 160 (62.89% from 255 or 37.74% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A040 is #375FBF. Grayscale: #A1A1A1. Windows color (decimal): -3628992 or 4235464. OLE color: 4235464.

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

Color convert

RGB20016064-
CMYK00.20.680.22
HSL42.35º55.28%51.76%-
HSV(B)42.35º68%78.43%-
XYZ37.3237.7910.18-
YUV161.0273.25155.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 160 (62.89% from 255) = 37.74%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=47.17%
G=37.74%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001606400.20.680.2242.3555.2851.76
HexC8A04001444162a3734
Octal31024010002410426526764
Binary11001000101000001000000010100100010010110101010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A040; }

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

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

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

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

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

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

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

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