Html Css Color HEX #C57F47 Brandy Punch

📋 copy color: '#C57F47'

red 197 ◦ green 127 ◦ blue 71

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

Shades of Brandy Punch #C57F47

Tints of Brandy Punch #C57F47

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 71 (28.13% from 255) = 17.97%

R = 49.87%
G = 32.15%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C57F47 (or 0xC57F47) is known color: Brandy Punch. HEX triplet: C5, 7F and 47. RGB value is (197,127,71). Sum of RGB (Red+Green+Blue) = 197+127+71=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F47 is #3A80B8. Grayscale: #8D8D8D. Windows color (decimal): -3834041 or 4685765. OLE color: 4685765.

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

Color convert

RGB 197 127 71 -
CMYK 0 0.36 0.64 0.23
HSL 26.67º 0.52% 0.53% -
HSV(B) 26.67º 0.64% 0.77% -
XYZ 31.75 27.5 9.6 -
YUV 141.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 197 127 71 0 0.36 0.64 0.23 26.67 0.52 0.53
Hex C5 7F 47 0 24 40 17 1B 34 35
Octal 305 177 107 0 44 100 27 33 64 65
Binary 11000101 1111111 1000111 0 100100 1000000 10111 11011 110100 110101

Color Harmonies of #C57F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F47

Black with #C57F47

Text Example


Text Example

White with #C57F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F47; }

 p { color: rgb(197,127,71); }

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

background-color css

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

 a { background-color: rgb(197,127,71); }

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

border-color css

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

 span { border-color: rgb(197,127,71); }

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