Html Css Color HEX #C4844C Brandy Punch

📋 copy color: '#C4844C'

red 196 ◦ green 132 ◦ blue 76

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

Shades of Brandy Punch #C4844C

Tints of Brandy Punch #C4844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

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

R = 48.51%
G = 32.67%
B = 18.81%

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

#C4844C (or 0xC4844C) is known color: Brandy Punch. HEX triplet: C4, 84 and 4C. RGB value is (196,132,76). Sum of RGB (Red+Green+Blue) = 196+132+76=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4844C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4844C is #3B7BB3. Grayscale: #919191. Windows color (decimal): -3898292 or 5014724. OLE color: 5014724.

HSL color Cylindrical-coordinate representation of color #C4844C: hue angle of 28º 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 #C4844C is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 76 -
CMYK 0 0.33 0.61 0.23
HSL 28º 0.5% 0.53% -
HSV(B) 28º 0.61% 0.77% -
XYZ 32.32 28.76 10.69 -
YUV 144.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 196 132 76 0 0.33 0.61 0.23 28 0.5 0.53
Hex C4 84 4C 0 21 3D 17 1C 32 35
Octal 304 204 114 0 41 75 27 34 62 65
Binary 11000100 10000100 1001100 0 100001 111101 10111 11100 110010 110101

Color Harmonies of #C4844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4844C

Black with #C4844C

Text Example


Text Example

White with #C4844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4844C; }

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

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

background-color css

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

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

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

border-color css

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

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

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