#C17A49

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

Shades of Brandy Punch #C17A49

Tints of Brandy Punch #C17A49

Color information

#C17A49 (or 0xC17A49) is unknown color: approx Brandy Punch. HEX triplet: C1, 7A and 49. RGB value is (193,122,73). Sum of RGB (Red+Green+Blue) = 193+122+73=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A49 is #3E85B6. Grayscale: #898989. Windows color (decimal): -4097463 or 4815553. OLE color: 4815553.

HSL color Cylindrical-coordinate representation of color #C17A49: hue angle of 24.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C17A49 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19312273-
CMYK00.370.620.24
HSL24.5º49.18%52.16%-
HSV(B)24.5º62.18%75.69%-
XYZ30.1525.749.68-
YUV137.6491.52167.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.74%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 73 (28.91% from 255) = 18.81%
R=49.74%
G=31.44%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931227300.370.620.2424.549.1852.16
HexC17A490253E18183134
Octal3011721110457630306164
Binary110000011111010100100101001011111101100011000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A49; }

 p { color: rgb(193,122,73); }

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

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

 a { background-color: rgb(193,122,73); }

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

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

 span { border-color: rgb(193,122,73); }

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