Html Css Color HEX #C48250 Brandy Punch

📋 copy color: '#C48250'

red 196 ◦ green 130 ◦ blue 80

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

Shades of Brandy Punch #C48250

Tints of Brandy Punch #C48250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 48.28%
G = 32.02%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C48250 (or 0xC48250) is known color: Brandy Punch. HEX triplet: C4, 82 and 50. RGB value is (196,130,80). Sum of RGB (Red+Green+Blue) = 196+130+80=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C48250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48250 is #3B7DAF. Grayscale: #909090. Windows color (decimal): -3898800 or 5276356. OLE color: 5276356.

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

Color convert

RGB 196 130 80 -
CMYK 0 0.34 0.59 0.23
HSL 25.86º 0.5% 0.54% -
HSV(B) 25.86º 0.59% 0.77% -
XYZ 32.2 28.28 11.35 -
YUV 144.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 196 130 80 0 0.34 0.59 0.23 25.86 0.5 0.54
Hex C4 82 50 0 22 3B 17 1A 32 36
Octal 304 202 120 0 42 73 27 32 62 66
Binary 11000100 10000010 1010000 0 100010 111011 10111 11010 110010 110110

Color Harmonies of #C48250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48250

Black with #C48250

Text Example


Text Example

White with #C48250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48250; }

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

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

background-color css

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

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

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

border-color css

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

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

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