Html Css Color HEX #C58040 Brandy Punch

📋 copy color: '#C58040'

red 197 ◦ green 128 ◦ blue 64

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

Shades of Brandy Punch #C58040

Tints of Brandy Punch #C58040

RGB

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

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

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

R = 50.64%
G = 32.9%
B = 16.45%

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

#C58040 (or 0xC58040) is known color: Brandy Punch. HEX triplet: C5, 80 and 40. RGB value is (197,128,64). Sum of RGB (Red+Green+Blue) = 197+128+64=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C58040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58040 is #3A7FBF. Grayscale: #8D8D8D. Windows color (decimal): -3833792 or 4227269. OLE color: 4227269.

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

Color convert

RGB 197 128 64 -
CMYK 0 0.35 0.68 0.23
HSL 28.87º 0.53% 0.51% -
HSV(B) 28.87º 0.68% 0.77% -
XYZ 31.67 27.68 8.52 -
YUV 141.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 197 128 64 0 0.35 0.68 0.23 28.87 0.53 0.51
Hex C5 80 40 0 23 44 17 1D 35 33
Octal 305 200 100 0 43 104 27 35 65 63
Binary 11000101 10000000 1000000 0 100011 1000100 10111 11101 110101 110011

Color Harmonies of #C58040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58040

Black with #C58040

Text Example


Text Example

White with #C58040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58040; }

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

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

background-color css

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

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

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

border-color css

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

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

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