#C1803E

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

Shades of Brandy Punch #C1803E

Tints of Brandy Punch #C1803E

Color information

#C1803E (or 0xC1803E) is unknown color: approx Brandy Punch. HEX triplet: C1, 80 and 3E. RGB value is (193,128,62). Sum of RGB (Red+Green+Blue) = 193+128+62=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1803E is #3E7FC1. Grayscale: #8C8C8C. Windows color (decimal): -4095938 or 4096193. OLE color: 4096193.

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

Color convert

RGB19312862-
CMYK00.340.680.24
HSL30.23º51.37%50%-
HSV(B)30.23º67.88%75.69%-
XYZ30.5827.128.18-
YUV139.9184.03165.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.39%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 62 (24.61% from 255) = 16.19%
R=50.39%
G=33.42%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931286200.340.680.2430.2351.3750
HexC1803E02244181e3332
Octal3012007604210430366362
Binary1100000110000000111110010001010001001100011110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1803E; }

 p { color: rgb(193,128,62); }

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

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

 a { background-color: rgb(193,128,62); }

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

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

 span { border-color: rgb(193,128,62); }

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