#C2813E

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

Shades of Brandy Punch #C2813E

Tints of Brandy Punch #C2813E

Color information

#C2813E (or 0xC2813E) is unknown color: approx Brandy Punch. HEX triplet: C2, 81 and 3E. RGB value is (194,129,62). Sum of RGB (Red+Green+Blue) = 194+129+62=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2813E is #3D7EC1. Grayscale: #8D8D8D. Windows color (decimal): -4030146 or 4096450. OLE color: 4096450.

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

Color convert

RGB19412962-
CMYK00.340.680.24
HSL30.45º51.97%50.2%-
HSV(B)30.45º68.04%76.08%-
XYZ30.9727.528.24-
YUV140.883.53165.95-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.39%
GREEN value IS 129 (50.78% from 255) = 33.51%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=50.39%
G=33.51%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941296200.340.680.2430.4551.9750.2
HexC2813E02244181e3432
Octal3022017604210430366462
Binary1100001010000001111110010001010001001100011110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2813E; }

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

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

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

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

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

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

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

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