Html Css Color HEX #C48140 Brandy Punch

📋 copy color: '#C48140'

red 196 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #C48140

Tints of Brandy Punch #C48140

RGB

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

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

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

R = 50.39%
G = 33.16%
B = 16.45%

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

#C48140 (or 0xC48140) is known color: Brandy Punch. HEX triplet: C4, 81 and 40. RGB value is (196,129,64). Sum of RGB (Red+Green+Blue) = 196+129+64=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C48140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48140 is #3B7EBF. Grayscale: #8D8D8D. Windows color (decimal): -3899072 or 4227524. OLE color: 4227524.

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

Color convert

RGB 196 129 64 -
CMYK 0 0.34 0.67 0.23
HSL 29.55º 0.53% 0.51% -
HSV(B) 29.55º 0.67% 0.77% -
XYZ 31.54 27.81 8.56 -
YUV 141.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 196 129 64 0 0.34 0.67 0.23 29.55 0.53 0.51
Hex C4 81 40 0 22 43 17 1E 35 33
Octal 304 201 100 0 42 103 27 36 65 63
Binary 11000100 10000001 1000000 0 100010 1000011 10111 11110 110101 110011

Color Harmonies of #C48140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48140

Black with #C48140

Text Example


Text Example

White with #C48140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48140; }

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

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

background-color css

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

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

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

border-color css

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

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

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