#C17A40

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

Shades of Brandy Punch #C17A40

Tints of Brandy Punch #C17A40

Color information

#C17A40 (or 0xC17A40) is unknown color: approx Brandy Punch. HEX triplet: C1, 7A and 40. RGB value is (193,122,64). Sum of RGB (Red+Green+Blue) = 193+122+64=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 64 (25.39% from 255 or 16.89% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A40 is #3E85BF. Grayscale: #888888. Windows color (decimal): -4097472 or 4225729. OLE color: 4225729.

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

Color convert

RGB19312264-
CMYK00.370.670.24
HSL26.98º50.99%50.39%-
HSV(B)26.98º66.84%75.69%-
XYZ29.8825.638.22-
YUV136.6287.02168.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 64 (25.39% from 255) = 16.89%
R=50.92%
G=32.19%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931226400.370.670.2426.9850.9950.39
HexC17A4002543181b3332
Octal30117210004510330336362
Binary1100000111110101000000010010110000111100011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A40; }

 p { color: rgb(193,122,64); }

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

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

 a { background-color: rgb(193,122,64); }

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

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

 span { border-color: rgb(193,122,64); }

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