Html Css Color HEX #C4804A Brandy Punch

📋 copy color: '#C4804A'

red 196 ◦ green 128 ◦ blue 74

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

Shades of Brandy Punch #C4804A

Tints of Brandy Punch #C4804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.59%

R = 49.25%
G = 32.16%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4804A (or 0xC4804A) is known color: Brandy Punch. HEX triplet: C4, 80 and 4A. RGB value is (196,128,74). Sum of RGB (Red+Green+Blue) = 196+128+74=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C4804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4804A is #3B7FB5. Grayscale: #8E8E8E. Windows color (decimal): -3899318 or 4882628. OLE color: 4882628.

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

Color convert

RGB 196 128 74 -
CMYK 0 0.35 0.62 0.23
HSL 26.56º 0.51% 0.53% -
HSV(B) 26.56º 0.62% 0.77% -
XYZ 31.72 27.67 10.15 -
YUV 142.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 196 128 74 0 0.35 0.62 0.23 26.56 0.51 0.53
Hex C4 80 4A 0 23 3E 17 1B 33 35
Octal 304 200 112 0 43 76 27 33 63 65
Binary 11000100 10000000 1001010 0 100011 111110 10111 11011 110011 110101

Color Harmonies of #C4804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4804A

Black with #C4804A

Text Example


Text Example

White with #C4804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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