Html Css Color HEX #C48347 Brandy Punch

📋 copy color: '#C48347'

red 196 ◦ green 131 ◦ blue 71

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

Shades of Brandy Punch #C48347

Tints of Brandy Punch #C48347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.84%

R = 49.25%
G = 32.91%
B = 17.84%

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

#C48347 (or 0xC48347) is known color: Brandy Punch. HEX triplet: C4, 83 and 47. RGB value is (196,131,71). Sum of RGB (Red+Green+Blue) = 196+131+71=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C48347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48347 is #3B7CB8. Grayscale: #8F8F8F. Windows color (decimal): -3898553 or 4686788. OLE color: 4686788.

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

Color convert

RGB 196 131 71 -
CMYK 0 0.33 0.64 0.23
HSL 28.8º 0.51% 0.52% -
HSV(B) 28.8º 0.64% 0.77% -
XYZ 32.02 28.42 9.76 -
YUV 143.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 196 131 71 0 0.33 0.64 0.23 28.8 0.51 0.52
Hex C4 83 47 0 21 40 17 1D 33 34
Octal 304 203 107 0 41 100 27 35 63 64
Binary 11000100 10000011 1000111 0 100001 1000000 10111 11101 110011 110100

Color Harmonies of #C48347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48347

Black with #C48347

Text Example


Text Example

White with #C48347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48347; }

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

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

background-color css

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

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

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

border-color css

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

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

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