#C17C52

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

Shades of Brandy Punch #C17C52

Tints of Brandy Punch #C17C52

Color information

#C17C52 (or 0xC17C52) is unknown color: approx Brandy Punch. HEX triplet: C1, 7C and 52. RGB value is (193,124,82). Sum of RGB (Red+Green+Blue) = 193+124+82=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C52 is #3E83AD. Grayscale: #8C8C8C. Windows color (decimal): -4096942 or 5405889. OLE color: 5405889.

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

Color convert

RGB19312482-
CMYK00.360.580.24
HSL22.7º47.23%53.92%-
HSV(B)22.7º57.51%75.69%-
XYZ30.7226.3611.45-
YUV139.8495.36165.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 82 (32.42% from 255) = 20.55%
R=48.37%
G=31.08%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931248200.360.580.2422.747.2353.92
HexC17C520243A18172f36
Octal3011741220447230275766
Binary110000011111100101001001001001110101100010111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C52; }

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

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

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

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

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

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

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

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