Html Css Color HEX #C57E4C Brandy Punch

📋 copy color: '#C57E4C'

red 197 ◦ green 126 ◦ blue 76

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

Shades of Brandy Punch #C57E4C

Tints of Brandy Punch #C57E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 49.37%
G = 31.58%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C57E4C (or 0xC57E4C) is known color: Brandy Punch. HEX triplet: C5, 7E and 4C. RGB value is (197,126,76). Sum of RGB (Red+Green+Blue) = 197+126+76=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E4C is #3A81B3. Grayscale: #8D8D8D. Windows color (decimal): -3834292 or 5013189. OLE color: 5013189.

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

Color convert

RGB 197 126 76 -
CMYK 0 0.36 0.61 0.23
HSL 24.79º 0.51% 0.54% -
HSV(B) 24.79º 0.61% 0.77% -
XYZ 31.79 27.31 10.43 -
YUV 141.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 197 126 76 0 0.36 0.61 0.23 24.79 0.51 0.54
Hex C5 7E 4C 0 24 3D 17 19 33 36
Octal 305 176 114 0 44 75 27 31 63 66
Binary 11000101 1111110 1001100 0 100100 111101 10111 11001 110011 110110

Color Harmonies of #C57E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E4C

Black with #C57E4C

Text Example


Text Example

White with #C57E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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