#C2794D

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

Shades of Brandy Punch #C2794D

Tints of Brandy Punch #C2794D

Color information

#C2794D (or 0xC2794D) is unknown color: approx Brandy Punch. HEX triplet: C2, 79 and 4D. RGB value is (194,121,77). Sum of RGB (Red+Green+Blue) = 194+121+77=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2794D is #3D86B2. Grayscale: #8A8A8A. Windows color (decimal): -4032179 or 5077442. OLE color: 5077442.

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

Color convert

RGB19412177-
CMYK00.380.600.24
HSL22.56º48.95%53.14%-
HSV(B)22.56º60.31%76.08%-
XYZ30.4325.6810.37-
YUV137.8193.68168.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 121 (47.66% from 255) = 30.87%
BLUE value IS 77 (30.47% from 255) = 19.64%
R=49.49%
G=30.87%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941217700.380.600.2422.5648.9553.14
HexC2794D0263C18173135
Octal3021711150467430276165
Binary110000101111001100110101001101111001100010111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2794D; }

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

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

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

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

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

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

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

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