#C1834E

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

Shades of Brandy Punch #C1834E

Tints of Brandy Punch #C1834E

Color information

#C1834E (or 0xC1834E) is unknown color: approx Brandy Punch. HEX triplet: C1, 83 and 4E. RGB value is (193,131,78). Sum of RGB (Red+Green+Blue) = 193+131+78=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1834E is #3E7CB1. Grayscale: #8F8F8F. Windows color (decimal): -4095154 or 5145537. OLE color: 5145537.

HSL color Cylindrical-coordinate representation of color #C1834E: hue angle of 27.65º 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 #C1834E is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19313178-
CMYK00.320.600.24
HSL27.65º48.12%53.14%-
HSV(B)27.65º59.59%75.69%-
XYZ31.4828.1210.98-
YUV143.591.04163.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.01%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 78 (30.86% from 255) = 19.40%
R=48.01%
G=32.59%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931317800.320.600.2427.6548.1253.14
HexC1834E0203C181c3035
Octal3012031160407430346065
Binary1100000110000011100111001000001111001100011100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1834E; }

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

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

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

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

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

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

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

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