#C7A253

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

Shades of Sundance #C7A253

Tints of Sundance #C7A253

Color information

#C7A253 (or 0xC7A253) is unknown color: approx Sundance. HEX triplet: C7, A2 and 53. RGB value is (199,162,83). Sum of RGB (Red+Green+Blue) = 199+162+83=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A253 is #385DAC. Grayscale: #A4A4A4. Windows color (decimal): -3693997 or 5481159. OLE color: 5481159.

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

Color convert

RGB19916283-
CMYK00.190.580.22
HSL40.86º50.88%55.29%-
HSV(B)40.86º58.29%78.04%-
XYZ38.0338.6113.63-
YUV164.0682.26152.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 83 (32.81% from 255) = 18.69%
R=44.82%
G=36.49%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991628300.190.580.2240.8650.8855.29
HexC7A2530133A16293337
Octal3072421230237226516367
Binary1100011110100010101001101001111101010110101001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A253; }

 p { color: rgb(199,162,83); }

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

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

 a { background-color: rgb(199,162,83); }

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

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

 span { border-color: rgb(199,162,83); }

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