#C17C4A

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

Shades of Brandy Punch #C17C4A

Tints of Brandy Punch #C17C4A

Color information

#C17C4A (or 0xC17C4A) is unknown color: approx Brandy Punch. HEX triplet: C1, 7C and 4A. RGB value is (193,124,74). Sum of RGB (Red+Green+Blue) = 193+124+74=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C4A is #3E83B5. Grayscale: #8B8B8B. Windows color (decimal): -4096950 or 4881601. OLE color: 4881601.

HSL color Cylindrical-coordinate representation of color #C17C4A: hue angle of 25.21º 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 #C17C4A is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19312474-
CMYK00.360.620.24
HSL25.21º48.97%52.35%-
HSV(B)25.21º61.66%75.69%-
XYZ30.4426.259.94-
YUV138.9391.36166.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 74 (29.30% from 255) = 18.93%
R=49.36%
G=31.71%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931247400.360.620.2425.2148.9752.35
HexC17C4A0243E18193134
Octal3011741120447630316164
Binary110000011111100100101001001001111101100011001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C4A; }

 p { color: rgb(193,124,74); }

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

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

 a { background-color: rgb(193,124,74); }

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

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

 span { border-color: rgb(193,124,74); }

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