Html Css Color HEX #C48246 Brandy Punch

📋 copy color: '#C48246'

red 196 ◦ green 130 ◦ blue 70

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

Shades of Brandy Punch #C48246

Tints of Brandy Punch #C48246

RGB

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

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

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

R = 49.49%
G = 32.83%
B = 17.68%

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

#C48246 (or 0xC48246) is known color: Brandy Punch. HEX triplet: C4, 82 and 46. RGB value is (196,130,70). Sum of RGB (Red+Green+Blue) = 196+130+70=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C48246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48246 is #3B7DB9. Grayscale: #8F8F8F. Windows color (decimal): -3898810 or 4620996. OLE color: 4620996.

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

Color convert

RGB 196 130 70 -
CMYK 0 0.34 0.64 0.23
HSL 28.57º 0.52% 0.52% -
HSV(B) 28.57º 0.64% 0.77% -
XYZ 31.85 28.14 9.55 -
YUV 142.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 196 130 70 0 0.34 0.64 0.23 28.57 0.52 0.52
Hex C4 82 46 0 22 40 17 1D 34 34
Octal 304 202 106 0 42 100 27 35 64 64
Binary 11000100 10000010 1000110 0 100010 1000000 10111 11101 110100 110100

Color Harmonies of #C48246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48246

Black with #C48246

Text Example


Text Example

White with #C48246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48246; }

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

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

background-color css

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

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

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

border-color css

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

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

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