#C8A047

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

Shades of Sundance #C8A047

Tints of Sundance #C8A047

Color information

#C8A047 (or 0xC8A047) is unknown color: approx Sundance. HEX triplet: C8, A0 and 47. RGB value is (200,160,71). Sum of RGB (Red+Green+Blue) = 200+160+71=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A047 is #375FB8. Grayscale: #A2A2A2. Windows color (decimal): -3628985 or 4694216. OLE color: 4694216.

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

Color convert

RGB20016071-
CMYK00.20.640.22
HSL41.4º53.97%53.14%-
HSV(B)41.4º64.5%78.43%-
XYZ37.5337.8811.29-
YUV161.8176.75155.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 160 (62.89% from 255) = 37.12%
BLUE value IS 71 (28.12% from 255) = 16.47%
R=46.40%
G=37.12%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001607100.20.640.2241.453.9753.14
HexC8A0470144016293635
Octal31024010702410026516665
Binary11001000101000001000111010100100000010110101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A047; }

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

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

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

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

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

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

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

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