Html Css Color HEX #C4834A Brandy Punch

📋 copy color: '#C4834A'

red 196 ◦ green 131 ◦ blue 74

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

Shades of Brandy Punch #C4834A

Tints of Brandy Punch #C4834A

RGB

 RED value IS 196 (76.95% from 255) = 48.88%

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

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

R = 48.88%
G = 32.67%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4834A (or 0xC4834A) is known color: Brandy Punch. HEX triplet: C4, 83 and 4A. RGB value is (196,131,74). Sum of RGB (Red+Green+Blue) = 196+131+74=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4834A is #3B7CB5. Grayscale: #909090. Windows color (decimal): -3898550 or 4883396. OLE color: 4883396.

HSL color Cylindrical-coordinate representation of color #C4834A: hue angle of 28.03º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4834A is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 74 -
CMYK 0 0.33 0.62 0.23
HSL 28.03º 0.51% 0.53% -
HSV(B) 28.03º 0.62% 0.77% -
XYZ 32.12 28.46 10.28 -
YUV 143.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 196 131 74 0 0.33 0.62 0.23 28.03 0.51 0.53
Hex C4 83 4A 0 21 3E 17 1C 33 35
Octal 304 203 112 0 41 76 27 34 63 65
Binary 11000100 10000011 1001010 0 100001 111110 10111 11100 110011 110101

Color Harmonies of #C4834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4834A

Black with #C4834A

Text Example


Text Example

White with #C4834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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