Html Css Color HEX #C57E48 Brandy Punch

📋 copy color: '#C57E48'

red 197 ◦ green 126 ◦ blue 72

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

Shades of Brandy Punch #C57E48

Tints of Brandy Punch #C57E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.23%

R = 49.87%
G = 31.9%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C57E48 (or 0xC57E48) is known color: Brandy Punch. HEX triplet: C5, 7E and 48. RGB value is (197,126,72). Sum of RGB (Red+Green+Blue) = 197+126+72=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E48 is #3A81B7. Grayscale: #8D8D8D. Windows color (decimal): -3834296 or 4751045. OLE color: 4751045.

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

Color convert

RGB 197 126 72 -
CMYK 0 0.36 0.63 0.23
HSL 25.92º 0.52% 0.53% -
HSV(B) 25.92º 0.63% 0.77% -
XYZ 31.66 27.26 9.72 -
YUV 141.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 197 126 72 0 0.36 0.63 0.23 25.92 0.52 0.53
Hex C5 7E 48 0 24 3F 17 1A 34 35
Octal 305 176 110 0 44 77 27 32 64 65
Binary 11000101 1111110 1001000 0 100100 111111 10111 11010 110100 110101

Color Harmonies of #C57E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E48

Black with #C57E48

Text Example


Text Example

White with #C57E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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