#C2814A

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

Shades of Brandy Punch #C2814A

Tints of Brandy Punch #C2814A

Color information

#C2814A (or 0xC2814A) is unknown color: approx Brandy Punch. HEX triplet: C2, 81 and 4A. RGB value is (194,129,74). Sum of RGB (Red+Green+Blue) = 194+129+74=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C2814A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2814A is #3D7EB5. Grayscale: #8E8E8E. Windows color (decimal): -4030134 or 4882882. OLE color: 4882882.

HSL color Cylindrical-coordinate representation of color #C2814A: hue angle of 27.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 #C2814A is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19412974-
CMYK00.340.620.24
HSL27.5º49.59%52.55%-
HSV(B)27.5º61.86%76.08%-
XYZ31.3327.6610.17-
YUV142.1689.53164.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.87%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=48.87%
G=32.49%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941297400.340.620.2427.549.5952.55
HexC2814A0223E181c3235
Octal3022011120427630346265
Binary1100001010000001100101001000101111101100011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2814A; }

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

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

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

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

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

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

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

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