Html Css Color HEX #C57746 Brandy Punch

📋 copy color: '#C57746'

red 197 ◦ green 119 ◦ blue 70

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

Shades of Brandy Punch #C57746

Tints of Brandy Punch #C57746

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.83%

 BLUE value IS 70 (27.73% from 255) = 18.13%

R = 51.04%
G = 30.83%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C57746 (or 0xC57746) is known color: Brandy Punch. HEX triplet: C5, 77 and 46. RGB value is (197,119,70). Sum of RGB (Red+Green+Blue) = 197+119+70=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C57746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57746 is #3A88B9. Grayscale: #898989. Windows color (decimal): -3836090 or 4618181. OLE color: 4618181.

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

Color convert

RGB 197 119 70 -
CMYK 0 0.40 0.64 0.23
HSL 23.15º 0.52% 0.52% -
HSV(B) 23.15º 0.64% 0.77% -
XYZ 30.73 25.51 9.1 -
YUV 136.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 197 119 70 0 0.40 0.64 0.23 23.15 0.52 0.52
Hex C5 77 46 0 28 40 17 17 34 34
Octal 305 167 106 0 50 100 27 27 64 64
Binary 11000101 1110111 1000110 0 101000 1000000 10111 10111 110100 110100

Color Harmonies of #C57746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57746

Black with #C57746

Text Example


Text Example

White with #C57746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57746; }

 p { color: rgb(197,119,70); }

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

background-color css

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

 a { background-color: rgb(197,119,70); }

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

border-color css

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

 span { border-color: rgb(197,119,70); }

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