#C4A152

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

Shades of Sundance #C4A152

Tints of Sundance #C4A152

Color information

#C4A152 (or 0xC4A152) is unknown color: approx Sundance. HEX triplet: C4, A1 and 52. RGB value is (196,161,82). Sum of RGB (Red+Green+Blue) = 196+161+82=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A152 is #3B5EAD. Grayscale: #A2A2A2. Windows color (decimal): -3890862 or 5415364. OLE color: 5415364.

HSL color Cylindrical-coordinate representation of color #C4A152: hue angle of 41.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4A152 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19616182-
CMYK00.180.580.23
HSL41.58º49.14%54.51%-
HSV(B)41.58º58.16%76.86%-
XYZ37.0337.8313.33-
YUV162.4682.6151.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 161 (63.28% from 255) = 36.67%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=44.65%
G=36.67%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961618200.180.580.2341.5849.1454.51
HexC4A1520123A172a3137
Octal3042411220227227526167
Binary1100010010100001101001001001011101010111101010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A152; }

 p { color: rgb(196,161,82); }

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

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

 a { background-color: rgb(196,161,82); }

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

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

 span { border-color: rgb(196,161,82); }

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