#C7A842

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

Shades of Sundance #C7A842

Tints of Sundance #C7A842

Color information

#C7A842 (or 0xC7A842) is unknown color: approx Sundance. HEX triplet: C7, A8 and 42. RGB value is (199,168,66). Sum of RGB (Red+Green+Blue) = 199+168+66=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A842 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A842 is #3857BD. Grayscale: #A6A6A6. Windows color (decimal): -3692478 or 4368583. OLE color: 4368583.

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

Color convert

RGB19916866-
CMYK00.160.670.22
HSL46.02º54.29%51.96%-
HSV(B)46.02º66.83%78.04%-
XYZ38.5440.5410.95-
YUV165.6471.77151.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 66 (26.17% from 255) = 15.24%
R=45.96%
G=38.80%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991686600.160.670.2246.0254.2951.96
HexC7A84201043162e3634
Octal30725010202010326566664
Binary11000111101010001000010010000100001110110101110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A842; }

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

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

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

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

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

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

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

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