#C2774A

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

Shades of Brandy Punch #C2774A

Tints of Brandy Punch #C2774A

Color information

#C2774A (or 0xC2774A) is unknown color: approx Brandy Punch. HEX triplet: C2, 77 and 4A. RGB value is (194,119,74). Sum of RGB (Red+Green+Blue) = 194+119+74=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2774A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2774A is #3D88B5. Grayscale: #888888. Windows color (decimal): -4032694 or 4880322. OLE color: 4880322.

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

Color convert

RGB19411974-
CMYK00.390.620.24
HSL22.5º49.59%52.55%-
HSV(B)22.5º61.86%76.08%-
XYZ30.0825.169.75-
YUV136.2992.85169.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 74 (29.30% from 255) = 19.12%
R=50.13%
G=30.75%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941197400.390.620.2422.549.5952.55
HexC2774A0273E18163235
Octal3021671120477630266265
Binary110000101110111100101001001111111101100010110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2774A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2774A; }

 p { color: rgb(194,119,74); }

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

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

 a { background-color: rgb(194,119,74); }

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

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

 span { border-color: rgb(194,119,74); }

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