#C1824E

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

Shades of Brandy Punch #C1824E

Tints of Brandy Punch #C1824E

Color information

#C1824E (or 0xC1824E) is unknown color: approx Brandy Punch. HEX triplet: C1, 82 and 4E. RGB value is (193,130,78). Sum of RGB (Red+Green+Blue) = 193+130+78=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1824E is #3E7DB1. Grayscale: #8F8F8F. Windows color (decimal): -4095410 or 5145281. OLE color: 5145281.

HSL color Cylindrical-coordinate representation of color #C1824E: hue angle of 27.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1824E is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19313078-
CMYK00.330.600.24
HSL27.13º48.12%53.14%-
HSV(B)27.13º59.59%75.69%-
XYZ31.3527.8510.93-
YUV142.9191.37163.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.13%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=48.13%
G=32.42%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931307800.330.600.2427.1348.1253.14
HexC1824E0213C181b3035
Octal3012021160417430336065
Binary1100000110000010100111001000011111001100011011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1824E; }

 p { color: rgb(193,130,78); }

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

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

 a { background-color: rgb(193,130,78); }

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

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

 span { border-color: rgb(193,130,78); }

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