Html Css Color HEX #C48040 Brandy Punch

📋 copy color: '#C48040'

red 196 ◦ green 128 ◦ blue 64

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

Shades of Brandy Punch #C48040

Tints of Brandy Punch #C48040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.99%

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

R = 50.52%
G = 32.99%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C48040 (or 0xC48040) is known color: Brandy Punch. HEX triplet: C4, 80 and 40. RGB value is (196,128,64). Sum of RGB (Red+Green+Blue) = 196+128+64=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C48040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48040 is #3B7FBF. Grayscale: #8D8D8D. Windows color (decimal): -3899328 or 4227268. OLE color: 4227268.

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

Color convert

RGB 196 128 64 -
CMYK 0 0.35 0.67 0.23
HSL 29.09º 0.53% 0.51% -
HSV(B) 29.09º 0.67% 0.77% -
XYZ 31.41 27.54 8.51 -
YUV 141.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 196 128 64 0 0.35 0.67 0.23 29.09 0.53 0.51
Hex C4 80 40 0 23 43 17 1D 35 33
Octal 304 200 100 0 43 103 27 35 65 63
Binary 11000100 10000000 1000000 0 100011 1000011 10111 11101 110101 110011

Color Harmonies of #C48040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48040

Black with #C48040

Text Example


Text Example

White with #C48040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48040; }

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

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

background-color css

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

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

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

border-color css

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

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

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