Html Css Color HEX #C57C42 Brandy Punch

📋 copy color: '#C57C42'

red 197 ◦ green 124 ◦ blue 66

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

Shades of Brandy Punch #C57C42

Tints of Brandy Punch #C57C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 50.9%
G = 32.04%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C57C42 (or 0xC57C42) is known color: Brandy Punch. HEX triplet: C5, 7C and 42. RGB value is (197,124,66). Sum of RGB (Red+Green+Blue) = 197+124+66=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C57C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57C42 is #3A83BD. Grayscale: #8B8B8B. Windows color (decimal): -3834814 or 4357317. OLE color: 4357317.

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

Color convert

RGB 197 124 66 -
CMYK 0 0.37 0.66 0.23
HSL 26.56º 0.53% 0.52% -
HSV(B) 26.56º 0.66% 0.77% -
XYZ 31.22 26.68 8.66 -
YUV 139.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 197 124 66 0 0.37 0.66 0.23 26.56 0.53 0.52
Hex C5 7C 42 0 25 42 17 1B 35 34
Octal 305 174 102 0 45 102 27 33 65 64
Binary 11000101 1111100 1000010 0 100101 1000010 10111 11011 110101 110100

Color Harmonies of #C57C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57C42

Black with #C57C42

Text Example


Text Example

White with #C57C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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