#C7A04A

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

Shades of Sundance #C7A04A

Tints of Sundance #C7A04A

Color information

#C7A04A (or 0xC7A04A) is unknown color: approx Sundance. HEX triplet: C7, A0 and 4A. RGB value is (199,160,74). Sum of RGB (Red+Green+Blue) = 199+160+74=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A04A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A04A is #385FB5. Grayscale: #A2A2A2. Windows color (decimal): -3694518 or 4890823. OLE color: 4890823.

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

Color convert

RGB19916074-
CMYK00.200.630.22
HSL41.28º52.74%53.53%-
HSV(B)41.28º62.81%78.04%-
XYZ37.3637.7811.8-
YUV161.8678.42154.49-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=45.96%
G=36.95%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991607400.200.630.2241.2852.7453.53
HexC7A04A0143F16293536
Octal3072401120247726516566
Binary1100011110100000100101001010011111110110101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A04A; }

 p { color: rgb(199,160,74); }

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

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

 a { background-color: rgb(199,160,74); }

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

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

 span { border-color: rgb(199,160,74); }

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