Html Css Color HEX #C4834C Brandy Punch

📋 copy color: '#C4834C'

red 196 ◦ green 131 ◦ blue 76

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

Shades of Brandy Punch #C4834C

Tints of Brandy Punch #C4834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.86%

R = 48.64%
G = 32.51%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4834C (or 0xC4834C) is known color: Brandy Punch. HEX triplet: C4, 83 and 4C. RGB value is (196,131,76). Sum of RGB (Red+Green+Blue) = 196+131+76=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4834C is #3B7CB3. Grayscale: #909090. Windows color (decimal): -3898548 or 5014468. OLE color: 5014468.

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

Color convert

RGB 196 131 76 -
CMYK 0 0.33 0.61 0.23
HSL 27.5º 0.5% 0.53% -
HSV(B) 27.5º 0.61% 0.77% -
XYZ 32.19 28.49 10.64 -
YUV 144.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 196 131 76 0 0.33 0.61 0.23 27.5 0.5 0.53
Hex C4 83 4C 0 21 3D 17 1C 32 35
Octal 304 203 114 0 41 75 27 34 62 65
Binary 11000100 10000011 1001100 0 100001 111101 10111 11100 110010 110101

Color Harmonies of #C4834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4834C

Black with #C4834C

Text Example


Text Example

White with #C4834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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