#C1813E

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

Shades of Brandy Punch #C1813E

Tints of Brandy Punch #C1813E

Color information

#C1813E (or 0xC1813E) is unknown color: approx Brandy Punch. HEX triplet: C1, 81 and 3E. RGB value is (193,129,62). Sum of RGB (Red+Green+Blue) = 193+129+62=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1813E is #3E7EC1. Grayscale: #8C8C8C. Windows color (decimal): -4095682 or 4096449. OLE color: 4096449.

HSL color Cylindrical-coordinate representation of color #C1813E: hue angle of 30.69º degrees, saturation: 0.51, 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 #C1813E is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19312962-
CMYK00.330.680.24
HSL30.69º51.37%50%-
HSV(B)30.69º67.88%75.69%-
XYZ30.7127.398.22-
YUV140.583.7165.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 62 (24.61% from 255) = 16.15%
R=50.26%
G=33.59%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931296200.330.680.2430.6951.3750
HexC1813E02144181f3332
Octal3012017604110430376362
Binary1100000110000001111110010000110001001100011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1813E; }

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

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

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

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

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

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

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

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