Html Css Color HEX #C57E3C Brandy Punch

📋 copy color: '#C57E3C'

red 197 ◦ green 126 ◦ blue 60

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

Shades of Brandy Punch #C57E3C

Tints of Brandy Punch #C57E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 51.44%
G = 32.9%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C57E3C (or 0xC57E3C) is known color: Brandy Punch. HEX triplet: C5, 7E and 3C. RGB value is (197,126,60). Sum of RGB (Red+Green+Blue) = 197+126+60=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E3C is #3A81C3. Grayscale: #8C8C8C. Windows color (decimal): -3834308 or 3964613. OLE color: 3964613.

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

Color convert

RGB 197 126 60 -
CMYK 0 0.36 0.70 0.23
HSL 28.91º 0.54% 0.5% -
HSV(B) 28.91º 0.7% 0.77% -
XYZ 31.3 27.12 7.86 -
YUV 139.71 83.02 168.87 -
System Red Green Blue C M Y K H S L
Decimal 197 126 60 0 0.36 0.70 0.23 28.91 0.54 0.5
Hex C5 7E 3C 0 24 46 17 1D 36 32
Octal 305 176 74 0 44 106 27 35 66 62
Binary 11000101 1111110 111100 0 100100 1000110 10111 11101 110110 110010

Color Harmonies of #C57E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E3C

Black with #C57E3C

Text Example


Text Example

White with #C57E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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