#C7A442

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

Shades of Sundance #C7A442

Tints of Sundance #C7A442

Color information

#C7A442 (or 0xC7A442) is unknown color: approx Sundance. HEX triplet: C7, A4 and 42. RGB value is (199,164,66). Sum of RGB (Red+Green+Blue) = 199+164+66=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A442 is #385BBD. Grayscale: #A3A3A3. Windows color (decimal): -3693502 or 4367559. OLE color: 4367559.

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

Color convert

RGB19916466-
CMYK00.180.670.22
HSL44.21º54.29%51.96%-
HSV(B)44.21º66.83%78.04%-
XYZ37.8139.0910.71-
YUV163.2973.1153.47-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.39%
GREEN value IS 164 (64.45% from 255) = 38.23%
BLUE value IS 66 (26.17% from 255) = 15.38%
R=46.39%
G=38.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991646600.180.670.2244.2154.2951.96
HexC7A44201243162c3634
Octal30724410202210326546664
Binary11000111101001001000010010010100001110110101100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A442; }

 p { color: rgb(199,164,66); }

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

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

 a { background-color: rgb(199,164,66); }

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

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

 span { border-color: rgb(199,164,66); }

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