#C7A144

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

Shades of Sundance #C7A144

Tints of Sundance #C7A144

Color information

#C7A144 (or 0xC7A144) is unknown color: approx Sundance. HEX triplet: C7, A1 and 44. RGB value is (199,161,68). Sum of RGB (Red+Green+Blue) = 199+161+68=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A144 is #385EBB. Grayscale: #A2A2A2. Windows color (decimal): -3694268 or 4497863. OLE color: 4497863.

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

Color convert

RGB19916168-
CMYK00.190.660.22
HSL42.6º53.91%52.35%-
HSV(B)42.6º65.83%78.04%-
XYZ37.3438.0510.84-
YUV161.7675.09154.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 68 (26.95% from 255) = 15.89%
R=46.50%
G=37.62%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991616800.190.660.2242.653.9152.35
HexC7A14401342162b3634
Octal30724110402310226536664
Binary11000111101000011000100010011100001010110101011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A144; }

 p { color: rgb(199,161,68); }

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

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

 a { background-color: rgb(199,161,68); }

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

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

 span { border-color: rgb(199,161,68); }

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