Html Css Color HEX #C2834A Brandy Punch

📋 copy color: '#C2834A'

red 194 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #C2834A

Tints of Brandy Punch #C2834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 48.62%
G = 32.83%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C2834A (or 0xC2834A) is known color: Brandy Punch. HEX triplet: C2, 83 and 4A. RGB value is (194,131,74). Sum of RGB (Red+Green+Blue) = 194+131+74=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2834A is #3D7CB5. Grayscale: #8F8F8F. Windows color (decimal): -4029622 or 4883394. OLE color: 4883394.

HSL color Cylindrical-coordinate representation of color #C2834A: hue angle of 28.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2834A is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 74 -
CMYK 0 0.32 0.62 0.24
HSL 28.5º 0.5% 0.53% -
HSV(B) 28.5º 0.62% 0.76% -
XYZ 31.6 28.2 10.26 -
YUV 143.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 194 131 74 0 0.32 0.62 0.24 28.5 0.5 0.53
Hex C2 83 4A 0 20 3E 18 1C 32 35
Octal 302 203 112 0 40 76 30 34 62 65
Binary 11000010 10000011 1001010 0 100000 111110 11000 11100 110010 110101

Color Harmonies of #C2834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2834A

Black with #C2834A

Text Example


Text Example

White with #C2834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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