Html Css Color HEX #C48147 Brandy Punch

📋 copy color: '#C48147'

red 196 ◦ green 129 ◦ blue 71

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

Shades of Brandy Punch #C48147

Tints of Brandy Punch #C48147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 49.49%
G = 32.58%
B = 17.93%

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

#C48147 (or 0xC48147) is known color: Brandy Punch. HEX triplet: C4, 81 and 47. RGB value is (196,129,71). Sum of RGB (Red+Green+Blue) = 196+129+71=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C48147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48147 is #3B7EB8. Grayscale: #8E8E8E. Windows color (decimal): -3899065 or 4686276. OLE color: 4686276.

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

Color convert

RGB 196 129 71 -
CMYK 0 0.34 0.64 0.23
HSL 27.84º 0.51% 0.52% -
HSV(B) 27.84º 0.64% 0.77% -
XYZ 31.75 27.89 9.67 -
YUV 142.42 87.7 166.22 -
System Red Green Blue C M Y K H S L
Decimal 196 129 71 0 0.34 0.64 0.23 27.84 0.51 0.52
Hex C4 81 47 0 22 40 17 1C 33 34
Octal 304 201 107 0 42 100 27 34 63 64
Binary 11000100 10000001 1000111 0 100010 1000000 10111 11100 110011 110100

Color Harmonies of #C48147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48147

Black with #C48147

Text Example


Text Example

White with #C48147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48147; }

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

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

background-color css

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

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

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

border-color css

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

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

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