#C1844E

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

Shades of Brandy Punch #C1844E

Tints of Brandy Punch #C1844E

Color information

#C1844E (or 0xC1844E) is unknown color: approx Brandy Punch. HEX triplet: C1, 84 and 4E. RGB value is (193,132,78). Sum of RGB (Red+Green+Blue) = 193+132+78=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1844E is #3E7BB1. Grayscale: #909090. Windows color (decimal): -4094898 or 5145793. OLE color: 5145793.

HSL color Cylindrical-coordinate representation of color #C1844E: hue angle of 28.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1844E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19313278-
CMYK00.320.600.24
HSL28.17º48.12%53.14%-
HSV(B)28.17º59.59%75.69%-
XYZ31.6228.3911.02-
YUV144.0890.71162.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=47.89%
G=32.75%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931327800.320.600.2428.1748.1253.14
HexC1844E0203C181c3035
Octal3012041160407430346065
Binary1100000110000100100111001000001111001100011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1844E; }

 p { color: rgb(193,132,78); }

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

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

 a { background-color: rgb(193,132,78); }

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

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

 span { border-color: rgb(193,132,78); }

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