#C7A148

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

Shades of Sundance #C7A148

Tints of Sundance #C7A148

Color information

#C7A148 (or 0xC7A148) is unknown color: approx Sundance. HEX triplet: C7, A1 and 48. RGB value is (199,161,72). Sum of RGB (Red+Green+Blue) = 199+161+72=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A148 is #385EB7. Grayscale: #A2A2A2. Windows color (decimal): -3694264 or 4760007. OLE color: 4760007.

HSL color Cylindrical-coordinate representation of color #C7A148: hue angle of 42.05º degrees, saturation: 0.53, 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 #C7A148 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB19916172-
CMYK00.190.640.22
HSL42.05º53.14%53.14%-
HSV(B)42.05º63.82%78.04%-
XYZ37.4738.111.51-
YUV162.2277.09154.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=46.06%
G=37.27%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991617200.190.640.2242.0553.1453.14
HexC7A14801340162a3535
Octal30724111002310026526565
Binary11000111101000011001000010011100000010110101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A148; }

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

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

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

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

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

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

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

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