Html Css Color HEX #C48446 Brandy Punch

📋 copy color: '#C48446'

red 196 ◦ green 132 ◦ blue 70

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

Shades of Brandy Punch #C48446

Tints of Brandy Punch #C48446

RGB

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

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

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

R = 49.25%
G = 33.17%
B = 17.59%

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

#C48446 (or 0xC48446) is known color: Brandy Punch. HEX triplet: C4, 84 and 46. RGB value is (196,132,70). Sum of RGB (Red+Green+Blue) = 196+132+70=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C48446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48446 is #3B7BB9. Grayscale: #909090. Windows color (decimal): -3898298 or 4621508. OLE color: 4621508.

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

Color convert

RGB 196 132 70 -
CMYK 0 0.33 0.64 0.23
HSL 29.52º 0.52% 0.52% -
HSV(B) 29.52º 0.64% 0.77% -
XYZ 32.12 28.68 9.64 -
YUV 144.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 196 132 70 0 0.33 0.64 0.23 29.52 0.52 0.52
Hex C4 84 46 0 21 40 17 1E 34 34
Octal 304 204 106 0 41 100 27 36 64 64
Binary 11000100 10000100 1000110 0 100001 1000000 10111 11110 110100 110100

Color Harmonies of #C48446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48446

Black with #C48446

Text Example


Text Example

White with #C48446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48446; }

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

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

background-color css

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

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

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

border-color css

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

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

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