Html Css Color HEX #C2834F Brandy Punch

📋 copy color: '#C2834F'

red 194 ◦ green 131 ◦ blue 79

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

Shades of Brandy Punch #C2834F

Tints of Brandy Punch #C2834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.55%

R = 48.02%
G = 32.43%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2834F (or 0xC2834F) is known color: Brandy Punch. HEX triplet: C2, 83 and 4F. RGB value is (194,131,79). Sum of RGB (Red+Green+Blue) = 194+131+79=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2834F is #3D7CB0. Grayscale: #909090. Windows color (decimal): -4029617 or 5211074. OLE color: 5211074.

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

Color convert

RGB 194 131 79 -
CMYK 0 0.32 0.59 0.24
HSL 27.13º 0.49% 0.54% -
HSV(B) 27.13º 0.59% 0.76% -
XYZ 31.78 28.27 11.18 -
YUV 143.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 194 131 79 0 0.32 0.59 0.24 27.13 0.49 0.54
Hex C2 83 4F 0 20 3B 18 1B 31 36
Octal 302 203 117 0 40 73 30 33 61 66
Binary 11000010 10000011 1001111 0 100000 111011 11000 11011 110001 110110

Color Harmonies of #C2834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2834F

Black with #C2834F

Text Example


Text Example

White with #C2834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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