Html Css Color HEX #C48346 Brandy Punch

📋 copy color: '#C48346'

red 196 ◦ green 131 ◦ blue 70

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

Shades of Brandy Punch #C48346

Tints of Brandy Punch #C48346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 49.37%
G = 33%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48346 (or 0xC48346) is known color: Brandy Punch. HEX triplet: C4, 83 and 46. RGB value is (196,131,70). Sum of RGB (Red+Green+Blue) = 196+131+70=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C48346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48346 is #3B7CB9. Grayscale: #8F8F8F. Windows color (decimal): -3898554 or 4621252. OLE color: 4621252.

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

Color convert

RGB 196 131 70 -
CMYK 0 0.33 0.64 0.23
HSL 29.05º 0.52% 0.52% -
HSV(B) 29.05º 0.64% 0.77% -
XYZ 31.99 28.41 9.59 -
YUV 143.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 196 131 70 0 0.33 0.64 0.23 29.05 0.52 0.52
Hex C4 83 46 0 21 40 17 1D 34 34
Octal 304 203 106 0 41 100 27 35 64 64
Binary 11000100 10000011 1000110 0 100001 1000000 10111 11101 110100 110100

Color Harmonies of #C48346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48346

Black with #C48346

Text Example


Text Example

White with #C48346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48346; }

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

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

background-color css

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

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

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

border-color css

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

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

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