#C17E40

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

Shades of Brandy Punch #C17E40

Tints of Brandy Punch #C17E40

Color information

#C17E40 (or 0xC17E40) is unknown color: approx Brandy Punch. HEX triplet: C1, 7E and 40. RGB value is (193,126,64). Sum of RGB (Red+Green+Blue) = 193+126+64=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E40 is #3E81BF. Grayscale: #8B8B8B. Windows color (decimal): -4096448 or 4226753. OLE color: 4226753.

HSL color Cylindrical-coordinate representation of color #C17E40: hue angle of 28.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C17E40 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19312664-
CMYK00.350.670.24
HSL28.84º50.99%50.39%-
HSV(B)28.84º66.84%75.69%-
XYZ30.3826.638.39-
YUV138.9685.7166.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=50.39%
G=32.90%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931266400.350.670.2428.8450.9950.39
HexC17E4002343181d3332
Octal30117610004310330356362
Binary1100000111111101000000010001110000111100011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E40; }

 p { color: rgb(193,126,64); }

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

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

 a { background-color: rgb(193,126,64); }

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

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

 span { border-color: rgb(193,126,64); }

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