Html Css Color HEX #C2834E Brandy Punch

📋 copy color: '#C2834E'

red 194 ◦ green 131 ◦ blue 78

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

Shades of Brandy Punch #C2834E

Tints of Brandy Punch #C2834E

RGB

 RED value IS 194 (76.17% from 255) = 48.14%

 GREEN value IS 131 (51.56% from 255) = 32.51%

 BLUE value IS 78 (30.86% from 255) = 19.35%

R = 48.14%
G = 32.51%
B = 19.35%

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

#C2834E (or 0xC2834E) is known color: Brandy Punch. HEX triplet: C2, 83 and 4E. RGB value is (194,131,78). Sum of RGB (Red+Green+Blue) = 194+131+78=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2834E is #3D7CB1. Grayscale: #909090. Windows color (decimal): -4029618 or 5145538. OLE color: 5145538.

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

Color convert

RGB 194 131 78 -
CMYK 0 0.32 0.60 0.24
HSL 27.41º 0.49% 0.53% -
HSV(B) 27.41º 0.6% 0.76% -
XYZ 31.74 28.25 10.99 -
YUV 143.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 194 131 78 0 0.32 0.60 0.24 27.41 0.49 0.53
Hex C2 83 4E 0 20 3C 18 1B 31 35
Octal 302 203 116 0 40 74 30 33 61 65
Binary 11000010 10000011 1001110 0 100000 111100 11000 11011 110001 110101

Color Harmonies of #C2834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2834E

Black with #C2834E

Text Example


Text Example

White with #C2834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2834E; }

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

 H1.HeaderClassName
 {
   color: #C2834E;
 }
 .AnyTagClassName
 {
   color: #C2834E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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