#c7a648

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

Shades of Sundance #C7A648

Tints of Sundance #C7A648

Color information

#C7A648 (or 0xC7A648) is unknown color: approx Sundance. HEX triplet: C7, A6 and 48. RGB value is (199,166,72). Sum of RGB (Red+Green+Blue) = 199+166+72=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A648 is #3859B7. Grayscale: #A5A5A5. Windows color (decimal): -3692984 or 4761287. OLE color: 4761287.

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

Color convert

RGB19916672-
CMYK00.170.640.22
HSL44.41º53.14%53.14%-
HSV(B)44.41º63.82%78.04%-
XYZ38.3639.8811.81-
YUV165.1575.43152.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 166 (65.23% from 255) = 37.99%
BLUE value IS 72 (28.52% from 255) = 16.48%
R=45.54%
G=37.99%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991667200.170.640.2244.4153.1453.14
HexC7A64801140162c3535
Octal30724611002110026546565
Binary11000111101001101001000010001100000010110101100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a648; }

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

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

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

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

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

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

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

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