Html Css Color HEX #C37F49 Brandy Punch

📋 copy color: '#C37F49'

red 195 ◦ green 127 ◦ blue 73

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

Shades of Brandy Punch #C37F49

Tints of Brandy Punch #C37F49

RGB

 RED value IS 195 (76.56% from 255) = 49.37%

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

 BLUE value IS 73 (28.91% from 255) = 18.48%

R = 49.37%
G = 32.15%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C37F49 (or 0xC37F49) is known color: Brandy Punch. HEX triplet: C3, 7F and 49. RGB value is (195,127,73). Sum of RGB (Red+Green+Blue) = 195+127+73=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 73 (28.91% from 255 or 18.48% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F49 is #3C80B6. Grayscale: #8D8D8D. Windows color (decimal): -3965111 or 4816835. OLE color: 4816835.

HSL color Cylindrical-coordinate representation of color #C37F49: hue angle of 26.56º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C37F49 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 73 -
CMYK 0 0.35 0.63 0.24
HSL 26.56º 0.5% 0.53% -
HSV(B) 26.56º 0.63% 0.76% -
XYZ 31.3 27.26 9.92 -
YUV 141.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 195 127 73 0 0.35 0.63 0.24 26.56 0.5 0.53
Hex C3 7F 49 0 23 3F 18 1B 32 35
Octal 303 177 111 0 43 77 30 33 62 65
Binary 11000011 1111111 1001001 0 100011 111111 11000 11011 110010 110101

Color Harmonies of #C37F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F49

Black with #C37F49

Text Example


Text Example

White with #C37F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F49; }

 p { color: rgb(195,127,73); }

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

background-color css

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

 a { background-color: rgb(195,127,73); }

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

border-color css

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

 span { border-color: rgb(195,127,73); }

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