#C2793C

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

Shades of Brandy Punch #C2793C

Tints of Brandy Punch #C2793C

Color information

#C2793C (or 0xC2793C) is unknown color: approx Brandy Punch. HEX triplet: C2, 79 and 3C. RGB value is (194,121,60). Sum of RGB (Red+Green+Blue) = 194+121+60=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2793C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2793C is #3D86C3. Grayscale: #888888. Windows color (decimal): -4032196 or 3963330. OLE color: 3963330.

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

Color convert

RGB19412160-
CMYK00.380.690.24
HSL27.31º52.76%49.8%-
HSV(B)27.31º69.07%76.08%-
XYZ29.925.477.62-
YUV135.8785.18169.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 60 (23.83% from 255) = 16%
R=51.73%
G=32.27%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941216000.380.690.2427.3152.7649.8
HexC2793C02645181b3532
Octal3021717404610530336562
Binary110000101111001111100010011010001011100011011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2793C; }

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

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

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

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

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

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

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

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