Html Css Color HEX #C57E40 Brandy Punch

📋 copy color: '#C57E40'

red 197 ◦ green 126 ◦ blue 64

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

Shades of Brandy Punch #C57E40

Tints of Brandy Punch #C57E40

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

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

R = 50.9%
G = 32.56%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C57E40 (or 0xC57E40) is known color: Brandy Punch. HEX triplet: C5, 7E and 40. RGB value is (197,126,64). Sum of RGB (Red+Green+Blue) = 197+126+64=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E40 is #3A81BF. Grayscale: #8C8C8C. Windows color (decimal): -3834304 or 4226757. OLE color: 4226757.

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

Color convert

RGB 197 126 64 -
CMYK 0 0.36 0.68 0.23
HSL 27.97º 0.53% 0.51% -
HSV(B) 27.97º 0.68% 0.77% -
XYZ 31.41 27.16 8.44 -
YUV 140.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 197 126 64 0 0.36 0.68 0.23 27.97 0.53 0.51
Hex C5 7E 40 0 24 44 17 1C 35 33
Octal 305 176 100 0 44 104 27 34 65 63
Binary 11000101 1111110 1000000 0 100100 1000100 10111 11100 110101 110011

Color Harmonies of #C57E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E40

Black with #C57E40

Text Example


Text Example

White with #C57E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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