Html Css Color HEX #C57C41 Brandy Punch

📋 copy color: '#C57C41'

red 197 ◦ green 124 ◦ blue 65

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

Shades of Brandy Punch #C57C41

Tints of Brandy Punch #C57C41

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.12%

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 51.04%
G = 32.12%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C57C41 (or 0xC57C41) is known color: Brandy Punch. HEX triplet: C5, 7C and 41. RGB value is (197,124,65). Sum of RGB (Red+Green+Blue) = 197+124+65=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C41 is #3A83BE. Grayscale: #8B8B8B. Windows color (decimal): -3834815 or 4291781. OLE color: 4291781.

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

Color convert

RGB 197 124 65 -
CMYK 0 0.37 0.67 0.23
HSL 26.82º 0.53% 0.51% -
HSV(B) 26.82º 0.67% 0.77% -
XYZ 31.19 26.67 8.5 -
YUV 139.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 197 124 65 0 0.37 0.67 0.23 26.82 0.53 0.51
Hex C5 7C 41 0 25 43 17 1B 35 33
Octal 305 174 101 0 45 103 27 33 65 63
Binary 11000101 1111100 1000001 0 100101 1000011 10111 11011 110101 110011

Color Harmonies of #C57C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C41

Black with #C57C41

Text Example


Text Example

White with #C57C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C41; }

 p { color: rgb(197,124,65); }

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

background-color css

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

 a { background-color: rgb(197,124,65); }

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

border-color css

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

 span { border-color: rgb(197,124,65); }

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