Html Css Color HEX #C5804A Brandy Punch

📋 copy color: '#C5804A'

red 197 ◦ green 128 ◦ blue 74

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

Shades of Brandy Punch #C5804A

Tints of Brandy Punch #C5804A

RGB

 RED value IS 197 (77.34% from 255) = 49.37%

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

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

R = 49.37%
G = 32.08%
B = 18.55%

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

#C5804A (or 0xC5804A) is known color: Brandy Punch. HEX triplet: C5, 80 and 4A. RGB value is (197,128,74). Sum of RGB (Red+Green+Blue) = 197+128+74=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C5804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5804A is #3A7FB5. Grayscale: #8E8E8E. Windows color (decimal): -3833782 or 4882629. OLE color: 4882629.

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

Color convert

RGB 197 128 74 -
CMYK 0 0.35 0.62 0.23
HSL 26.34º 0.51% 0.53% -
HSV(B) 26.34º 0.62% 0.77% -
XYZ 31.98 27.8 10.16 -
YUV 142.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 197 128 74 0 0.35 0.62 0.23 26.34 0.51 0.53
Hex C5 80 4A 0 23 3E 17 1A 33 35
Octal 305 200 112 0 43 76 27 32 63 65
Binary 11000101 10000000 1001010 0 100011 111110 10111 11010 110011 110101

Color Harmonies of #C5804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5804A

Black with #C5804A

Text Example


Text Example

White with #C5804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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