#C17E50

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

Shades of Brandy Punch #C17E50

Tints of Brandy Punch #C17E50

Color information

#C17E50 (or 0xC17E50) is unknown color: approx Brandy Punch. HEX triplet: C1, 7E and 50. RGB value is (193,126,80). Sum of RGB (Red+Green+Blue) = 193+126+80=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E50 is #3E81AF. Grayscale: #8D8D8D. Windows color (decimal): -4096432 or 5275329. OLE color: 5275329.

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

Color convert

RGB19312680-
CMYK00.350.590.24
HSL24.42º47.68%53.53%-
HSV(B)24.42º58.55%75.69%-
XYZ30.926.8411.14-
YUV140.7993.7165.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 126 (49.61% from 255) = 31.58%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=48.37%
G=31.58%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931268000.350.590.2424.4247.6853.53
HexC17E500233B18183036
Octal3011761200437330306066
Binary110000011111110101000001000111110111100011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E50; }

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

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

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

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

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

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

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

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