#C19F52

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

Shades of Sundance #C19F52

Tints of Sundance #C19F52

Color information

#C19F52 (or 0xC19F52) is unknown color: approx Sundance. HEX triplet: C1, 9F and 52. RGB value is (193,159,82). Sum of RGB (Red+Green+Blue) = 193+159+82=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19F52 is #3E60AD. Grayscale: #A0A0A0. Windows color (decimal): -4087982 or 5414849. OLE color: 5414849.

HSL color Cylindrical-coordinate representation of color #C19F52: hue angle of 41.62º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C19F52 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19315982-
CMYK00.180.580.24
HSL41.62º47.23%53.92%-
HSV(B)41.62º57.51%75.69%-
XYZ35.9136.7413.18-
YUV160.3983.76151.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=44.47%
G=36.64%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931598200.180.580.2441.6247.2353.92
HexC19F520123A182a2f36
Octal3012371220227230525766
Binary1100000110011111101001001001011101011000101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19F52; }

 p { color: rgb(193,159,82); }

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

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

 a { background-color: rgb(193,159,82); }

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

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

 span { border-color: rgb(193,159,82); }

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