#c17c3b

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

Shades of Brandy Punch #C17C3B

Tints of Brandy Punch #C17C3B

Color information

#C17C3B (or 0xC17C3B) is unknown color: approx Brandy Punch. HEX triplet: C1, 7C and 3B. RGB value is (193,124,59). Sum of RGB (Red+Green+Blue) = 193+124+59=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C3B is #3E83C4. Grayscale: #898989. Windows color (decimal): -4096965 or 3898561. OLE color: 3898561.

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

Color convert

RGB19312459-
CMYK00.360.690.24
HSL29.1º53.17%49.41%-
HSV(B)29.1º69.43%75.69%-
XYZ29.9926.077.59-
YUV137.2283.86167.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.33%
GREEN value IS 124 (48.83% from 255) = 32.98%
BLUE value IS 59 (23.44% from 255) = 15.69%
R=51.33%
G=32.98%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931245900.360.690.2429.153.1749.41
HexC17C3B02445181d3531
Octal3011747304410530356561
Binary110000011111100111011010010010001011100011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c17c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c17c3b; }

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

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

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

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

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

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

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

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