Html Css Color HEX #C57E4A Brandy Punch

📋 copy color: '#C57E4A'

red 197 ◦ green 126 ◦ blue 74

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

Shades of Brandy Punch #C57E4A

Tints of Brandy Punch #C57E4A

RGB

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

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

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

R = 49.62%
G = 31.74%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C57E4A (or 0xC57E4A) is known color: Brandy Punch. HEX triplet: C5, 7E and 4A. RGB value is (197,126,74). Sum of RGB (Red+Green+Blue) = 197+126+74=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E4A is #3A81B5. Grayscale: #8D8D8D. Windows color (decimal): -3834294 or 4882117. OLE color: 4882117.

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

Color convert

RGB 197 126 74 -
CMYK 0 0.36 0.62 0.23
HSL 25.37º 0.51% 0.53% -
HSV(B) 25.37º 0.62% 0.77% -
XYZ 31.72 27.29 10.07 -
YUV 141.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 197 126 74 0 0.36 0.62 0.23 25.37 0.51 0.53
Hex C5 7E 4A 0 24 3E 17 19 33 35
Octal 305 176 112 0 44 76 27 31 63 65
Binary 11000101 1111110 1001010 0 100100 111110 10111 11001 110011 110101

Color Harmonies of #C57E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E4A

Black with #C57E4A

Text Example


Text Example

White with #C57E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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