Html Css Color HEX #C48447 Brandy Punch

📋 copy color: '#C48447'

red 196 ◦ green 132 ◦ blue 71

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

Shades of Brandy Punch #C48447

Tints of Brandy Punch #C48447

RGB

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

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

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

R = 49.12%
G = 33.08%
B = 17.79%

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

#C48447 (or 0xC48447) is known color: Brandy Punch. HEX triplet: C4, 84 and 47. RGB value is (196,132,71). Sum of RGB (Red+Green+Blue) = 196+132+71=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C48447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48447 is #3B7BB8. Grayscale: #909090. Windows color (decimal): -3898297 or 4687044. OLE color: 4687044.

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

Color convert

RGB 196 132 71 -
CMYK 0 0.33 0.64 0.23
HSL 29.28º 0.51% 0.52% -
HSV(B) 29.28º 0.64% 0.77% -
XYZ 32.15 28.69 9.8 -
YUV 144.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 196 132 71 0 0.33 0.64 0.23 29.28 0.51 0.52
Hex C4 84 47 0 21 40 17 1D 33 34
Octal 304 204 107 0 41 100 27 35 63 64
Binary 11000100 10000100 1000111 0 100001 1000000 10111 11101 110011 110100

Color Harmonies of #C48447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48447

Black with #C48447

Text Example


Text Example

White with #C48447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48447; }

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

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

background-color css

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

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

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

border-color css

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

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

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