#C17A42

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

Shades of Brandy Punch #C17A42

Tints of Brandy Punch #C17A42

Color information

#C17A42 (or 0xC17A42) is unknown color: approx Brandy Punch. HEX triplet: C1, 7A and 42. RGB value is (193,122,66). Sum of RGB (Red+Green+Blue) = 193+122+66=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A42 is #3E85BD. Grayscale: #898989. Windows color (decimal): -4097470 or 4356801. OLE color: 4356801.

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

Color convert

RGB19312266-
CMYK00.370.660.24
HSL26.46º50.6%50.78%-
HSV(B)26.46º65.8%75.69%-
XYZ29.9425.658.53-
YUV136.8488.02168.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.66%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=50.66%
G=32.02%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931226600.370.660.2426.4650.650.78
HexC17A4202542181a3333
Octal30117210204510230326363
Binary1100000111110101000010010010110000101100011010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A42; }

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

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

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

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

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

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

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

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