#C8A041

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

Shades of Sundance #C8A041

Tints of Sundance #C8A041

Color information

#C8A041 (or 0xC8A041) is unknown color: approx Sundance. HEX triplet: C8, A0 and 41. RGB value is (200,160,65). Sum of RGB (Red+Green+Blue) = 200+160+65=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A041 is #375FBE. Grayscale: #A1A1A1. Windows color (decimal): -3628991 or 4301000. OLE color: 4301000.

HSL color Cylindrical-coordinate representation of color #C8A041: hue angle of 42.22º 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 #C8A041 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20016065-
CMYK00.20.680.22
HSL42.22º55.1%51.96%-
HSV(B)42.22º67.5%78.43%-
XYZ37.3437.810.33-
YUV161.1373.75155.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=47.06%
G=37.65%
B=15.29%

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
Decimal2001606500.20.680.2242.2255.151.96
HexC8A04101444162a3734
Octal31024010102410426526764
Binary11001000101000001000001010100100010010110101010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A041; }

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

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

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

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

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

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

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

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