#c7a252

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

Shades of Sundance #C7A252

Tints of Sundance #C7A252

Color information

#C7A252 (or 0xC7A252) is unknown color: approx Sundance. HEX triplet: C7, A2 and 52. RGB value is (199,162,82). Sum of RGB (Red+Green+Blue) = 199+162+82=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A252 is #385DAD. Grayscale: #A4A4A4. Windows color (decimal): -3693998 or 5415623. OLE color: 5415623.

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

Color convert

RGB19916282-
CMYK00.190.590.22
HSL41.03º51.09%55.1%-
HSV(B)41.03º58.79%78.04%-
XYZ3838.5913.43-
YUV163.9481.76153-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=44.92%
G=36.57%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991628200.190.590.2241.0351.0955.1
HexC7A2520133B16293337
Octal3072421220237326516367
Binary1100011110100010101001001001111101110110101001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7a252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7a252; }

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

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

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

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

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

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

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

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