#C17A3B

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

Shades of Brandy Punch #C17A3B

Tints of Brandy Punch #C17A3B

Color information

#C17A3B (or 0xC17A3B) is unknown color: approx Brandy Punch. HEX triplet: C1, 7A and 3B. RGB value is (193,122,59). Sum of RGB (Red+Green+Blue) = 193+122+59=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17A3B is #3E85C4. Grayscale: #888888. Windows color (decimal): -4097477 or 3898049. OLE color: 3898049.

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

Color convert

RGB19312259-
CMYK00.370.690.24
HSL28.21º53.17%49.41%-
HSV(B)28.21º69.43%75.69%-
XYZ29.7425.577.51-
YUV136.0584.52168.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.60%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 59 (23.44% from 255) = 15.78%
R=51.60%
G=32.62%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931225900.370.690.2428.2153.1749.41
HexC17A3B02545181c3531
Octal3011727304510530346561
Binary110000011111010111011010010110001011100011100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17A3B; }

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

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

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

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

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

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

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

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