#C1844D

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

Shades of Brandy Punch #C1844D

Tints of Brandy Punch #C1844D

Color information

#C1844D (or 0xC1844D) is unknown color: approx Brandy Punch. HEX triplet: C1, 84 and 4D. RGB value is (193,132,77). Sum of RGB (Red+Green+Blue) = 193+132+77=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1844D is #3E7BB2. Grayscale: #909090. Windows color (decimal): -4094899 or 5080257. OLE color: 5080257.

HSL color Cylindrical-coordinate representation of color #C1844D: hue angle of 28.45º 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 #C1844D is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19313277-
CMYK00.320.600.24
HSL28.45º48.33%52.94%-
HSV(B)28.45º60.1%75.69%-
XYZ31.5828.3810.83-
YUV143.9790.21162.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 77 (30.47% from 255) = 19.15%
R=48.01%
G=32.84%
B=19.15%

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
Decimal1931327700.320.600.2428.4548.3352.94
HexC1844D0203C181c3035
Octal3012041150407430346065
Binary1100000110000100100110101000001111001100011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1844D; }

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

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

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

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

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

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

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

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