Html Css Color HEX #C4834F Brandy Punch

📋 copy color: '#C4834F'

red 196 ◦ green 131 ◦ blue 79

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

Shades of Brandy Punch #C4834F

Tints of Brandy Punch #C4834F

RGB

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

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

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

R = 48.28%
G = 32.27%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4834F (or 0xC4834F) is known color: Brandy Punch. HEX triplet: C4, 83 and 4F. RGB value is (196,131,79). Sum of RGB (Red+Green+Blue) = 196+131+79=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 79 (31.25% from 255 or 19.46% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4834F is #3B7CB0. Grayscale: #909090. Windows color (decimal): -3898545 or 5211076. OLE color: 5211076.

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

Color convert

RGB 196 131 79 -
CMYK 0 0.33 0.60 0.23
HSL 26.67º 0.5% 0.54% -
HSV(B) 26.67º 0.6% 0.77% -
XYZ 32.29 28.53 11.2 -
YUV 144.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 196 131 79 0 0.33 0.60 0.23 26.67 0.5 0.54
Hex C4 83 4F 0 21 3C 17 1B 32 36
Octal 304 203 117 0 41 74 27 33 62 66
Binary 11000100 10000011 1001111 0 100001 111100 10111 11011 110010 110110

Color Harmonies of #C4834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4834F

Black with #C4834F

Text Example


Text Example

White with #C4834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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