#C18343

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

Shades of Brandy Punch #C18343

Tints of Brandy Punch #C18343

Color information

#C18343 (or 0xC18343) is unknown color: approx Brandy Punch. HEX triplet: C1, 83 and 43. RGB value is (193,131,67). Sum of RGB (Red+Green+Blue) = 193+131+67=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C18343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18343 is #3E7CBC. Grayscale: #8E8E8E. Windows color (decimal): -4095165 or 4424641. OLE color: 4424641.

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

Color convert

RGB19313167-
CMYK00.320.650.24
HSL30.48º50.4%50.98%-
HSV(B)30.48º65.28%75.69%-
XYZ31.1227.989.07-
YUV142.2485.54164.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.36%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 67 (26.56% from 255) = 17.14%
R=49.36%
G=33.50%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931316700.320.650.2430.4850.450.98
HexC1834302041181e3233
Octal30120310304010130366263
Binary11000001100000111000011010000010000011100011110110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18343; }

 p { color: rgb(193,131,67); }

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

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

 a { background-color: rgb(193,131,67); }

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

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

 span { border-color: rgb(193,131,67); }

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