Html Css Color HEX #C48240 Brandy Punch

📋 copy color: '#C48240'

red 196 ◦ green 130 ◦ blue 64

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

Shades of Brandy Punch #C48240

Tints of Brandy Punch #C48240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 50.26%
G = 33.33%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C48240 (or 0xC48240) is known color: Brandy Punch. HEX triplet: C4, 82 and 40. RGB value is (196,130,64). Sum of RGB (Red+Green+Blue) = 196+130+64=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C48240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48240 is #3B7DBF. Grayscale: #8E8E8E. Windows color (decimal): -3898816 or 4227780. OLE color: 4227780.

HSL color Cylindrical-coordinate representation of color #C48240: hue angle of 30º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C48240 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 64 -
CMYK 0 0.34 0.67 0.23
HSL 30º 0.53% 0.51% -
HSV(B) 30º 0.67% 0.77% -
XYZ 31.67 28.07 8.6 -
YUV 142.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 196 130 64 0 0.34 0.67 0.23 30 0.53 0.51
Hex C4 82 40 0 22 43 17 1E 35 33
Octal 304 202 100 0 42 103 27 36 65 63
Binary 11000100 10000010 1000000 0 100010 1000011 10111 11110 110101 110011

Color Harmonies of #C48240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48240

Black with #C48240

Text Example


Text Example

White with #C48240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48240; }

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

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

background-color css

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

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

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

border-color css

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

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

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