Html Css Color HEX #C4803E Brandy Punch

📋 copy color: '#C4803E'

red 196 ◦ green 128 ◦ blue 62

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

Shades of Brandy Punch #C4803E

Tints of Brandy Punch #C4803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.06%

R = 50.78%
G = 33.16%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4803E (or 0xC4803E) is known color: Brandy Punch. HEX triplet: C4, 80 and 3E. RGB value is (196,128,62). Sum of RGB (Red+Green+Blue) = 196+128+62=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4803E is #3B7FC1. Grayscale: #8D8D8D. Windows color (decimal): -3899330 or 4096196. OLE color: 4096196.

HSL color Cylindrical-coordinate representation of color #C4803E: 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.68%. Process color model (Four color, CMYK) of #C4803E is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 128 62 -
CMYK 0 0.35 0.68 0.23
HSL 29.55º 0.53% 0.51% -
HSV(B) 29.55º 0.68% 0.77% -
XYZ 31.35 27.52 8.22 -
YUV 140.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 196 128 62 0 0.35 0.68 0.23 29.55 0.53 0.51
Hex C4 80 3E 0 23 44 17 1E 35 33
Octal 304 200 76 0 43 104 27 36 65 63
Binary 11000100 10000000 111110 0 100011 1000100 10111 11110 110101 110011

Color Harmonies of #C4803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4803E

Black with #C4803E

Text Example


Text Example

White with #C4803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4803E; }

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

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

background-color css

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

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

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

border-color css

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

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

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