#C17E3E

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

Shades of Brandy Punch #C17E3E

Tints of Brandy Punch #C17E3E

Color information

#C17E3E (or 0xC17E3E) is unknown color: approx Brandy Punch. HEX triplet: C1, 7E and 3E. RGB value is (193,126,62). Sum of RGB (Red+Green+Blue) = 193+126+62=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17E3E is #3E81C1. Grayscale: #8B8B8B. Windows color (decimal): -4096450 or 4095681. OLE color: 4095681.

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

Color convert

RGB19312662-
CMYK00.350.680.24
HSL29.31º51.37%50%-
HSV(B)29.31º67.88%75.69%-
XYZ30.3226.618.09-
YUV138.7484.7166.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 62 (24.61% from 255) = 16.27%
R=50.66%
G=33.07%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931266200.350.680.2429.3151.3750
HexC17E3E02344181d3332
Octal3011767604310430356362
Binary110000011111110111110010001110001001100011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E3E; }

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

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

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

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

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

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

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

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