#C17F50

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

Shades of Brandy Punch #C17F50

Tints of Brandy Punch #C17F50

Color information

#C17F50 (or 0xC17F50) is unknown color: approx Brandy Punch. HEX triplet: C1, 7F and 50. RGB value is (193,127,80). Sum of RGB (Red+Green+Blue) = 193+127+80=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F50 is #3E80AF. Grayscale: #8D8D8D. Windows color (decimal): -4096176 or 5275585. OLE color: 5275585.

HSL color Cylindrical-coordinate representation of color #C17F50: hue angle of 24.96º 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 #C17F50 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB19312780-
CMYK00.340.590.24
HSL24.96º47.68%53.53%-
HSV(B)24.96º58.55%75.69%-
XYZ31.0327.111.18-
YUV141.3893.37164.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 127 (50% from 255) = 31.75%
BLUE value IS 80 (31.64% from 255) = 20%
R=48.25%
G=31.75%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931278000.340.590.2424.9647.6853.53
HexC17F500223B18193036
Octal3011771200427330316066
Binary110000011111111101000001000101110111100011001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17F50; }

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

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

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

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

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

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

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

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