#C17D4D

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

Shades of Brandy Punch #C17D4D

Tints of Brandy Punch #C17D4D

Color information

#C17D4D (or 0xC17D4D) is unknown color: approx Brandy Punch. HEX triplet: C1, 7D and 4D. RGB value is (193,125,77). Sum of RGB (Red+Green+Blue) = 193+125+77=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D4D is #3E82B2. Grayscale: #8C8C8C. Windows color (decimal): -4096691 or 5078465. OLE color: 5078465.

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

Color convert

RGB19312577-
CMYK00.350.600.24
HSL24.83º48.33%52.94%-
HSV(B)24.83º60.1%75.69%-
XYZ30.6726.5410.53-
YUV139.8692.53165.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 125 (49.22% from 255) = 31.65%
BLUE value IS 77 (30.47% from 255) = 19.49%
R=48.86%
G=31.65%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931257700.350.600.2424.8348.3352.94
HexC17D4D0233C18193035
Octal3011751150437430316065
Binary110000011111101100110101000111111001100011001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17D4D; }

 p { color: rgb(193,125,77); }

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

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

 a { background-color: rgb(193,125,77); }

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

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

 span { border-color: rgb(193,125,77); }

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