Html Css Color HEX #C48247 Brandy Punch

📋 copy color: '#C48247'

red 196 ◦ green 130 ◦ blue 71

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

Shades of Brandy Punch #C48247

Tints of Brandy Punch #C48247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 49.37%
G = 32.75%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48247 (or 0xC48247) is known color: Brandy Punch. HEX triplet: C4, 82 and 47. RGB value is (196,130,71). Sum of RGB (Red+Green+Blue) = 196+130+71=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C48247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48247 is #3B7DB8. Grayscale: #8F8F8F. Windows color (decimal): -3898809 or 4686532. OLE color: 4686532.

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

Color convert

RGB 196 130 71 -
CMYK 0 0.34 0.64 0.23
HSL 28.32º 0.51% 0.52% -
HSV(B) 28.32º 0.64% 0.77% -
XYZ 31.88 28.16 9.72 -
YUV 143.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 196 130 71 0 0.34 0.64 0.23 28.32 0.51 0.52
Hex C4 82 47 0 22 40 17 1C 33 34
Octal 304 202 107 0 42 100 27 34 63 64
Binary 11000100 10000010 1000111 0 100010 1000000 10111 11100 110011 110100

Color Harmonies of #C48247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48247

Black with #C48247

Text Example


Text Example

White with #C48247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48247; }

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

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

background-color css

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

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

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

border-color css

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

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

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