Html Css Color HEX #C57745 Brandy Punch

📋 copy color: '#C57745'

red 197 ◦ green 119 ◦ blue 69

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

Shades of Brandy Punch #C57745

Tints of Brandy Punch #C57745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 51.17%
G = 30.91%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C57745 (or 0xC57745) is known color: Brandy Punch. HEX triplet: C5, 77 and 45. RGB value is (197,119,69). Sum of RGB (Red+Green+Blue) = 197+119+69=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C57745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57745 is #3A88BA. Grayscale: #888888. Windows color (decimal): -3836091 or 4552645. OLE color: 4552645.

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

Color convert

RGB 197 119 69 -
CMYK 0 0.40 0.65 0.23
HSL 23.44º 0.52% 0.52% -
HSV(B) 23.44º 0.65% 0.77% -
XYZ 30.7 25.49 8.93 -
YUV 136.62 89.84 171.07 -
System Red Green Blue C M Y K H S L
Decimal 197 119 69 0 0.40 0.65 0.23 23.44 0.52 0.52
Hex C5 77 45 0 28 41 17 17 34 34
Octal 305 167 105 0 50 101 27 27 64 64
Binary 11000101 1110111 1000101 0 101000 1000001 10111 10111 110100 110100

Color Harmonies of #C57745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57745

Black with #C57745

Text Example


Text Example

White with #C57745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57745; }

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

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

background-color css

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

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

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

border-color css

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

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

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