#C2844D

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

Shades of Brandy Punch #C2844D

Tints of Brandy Punch #C2844D

Color information

#C2844D (or 0xC2844D) is unknown color: approx Brandy Punch. HEX triplet: C2, 84 and 4D. RGB value is (194,132,77). Sum of RGB (Red+Green+Blue) = 194+132+77=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2844D is #3D7BB2. Grayscale: #909090. Windows color (decimal): -4029363 or 5080258. OLE color: 5080258.

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

Color convert

RGB19413277-
CMYK00.320.600.24
HSL28.21º48.95%53.14%-
HSV(B)28.21º60.31%76.08%-
XYZ31.8428.5110.85-
YUV144.2790.04163.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=48.14%
G=32.75%
B=19.11%

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
Decimal1941327700.320.600.2428.2148.9553.14
HexC2844D0203C181c3135
Octal3022041150407430346165
Binary1100001010000100100110101000001111001100011100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2844D; }

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

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

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

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

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

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

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

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