Html Css Color HEX #C1834E Brandy Punch

📋 copy color: '#C1834E'

red 193 ◦ green 131 ◦ blue 78

#C1834E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Punch #C1834E

Tints of Brandy Punch #C1834E

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.4%

R = 48.01%
G = 32.59%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1834E (or 0xC1834E) is known color: 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

RGB 193 131 78 -
CMYK 0 0.32 0.60 0.24
HSL 27.65º 0.48% 0.53% -
HSV(B) 27.65º 0.6% 0.76% -
XYZ 31.48 28.12 10.98 -
YUV 143.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 193 131 78 0 0.32 0.60 0.24 27.65 0.48 0.53
Hex C1 83 4E 0 20 3C 18 1C 30 35
Octal 301 203 116 0 40 74 30 34 60 65
Binary 11000001 10000011 1001110 0 100000 111100 11000 11100 110000 110101

Color Harmonies of #C1834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1834E

Black with #C1834E

Text Example


Text Example

White with #C1834E

Text Example


Text Example

HTML Codes & Css Web 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>