Html Css Color HEX #C57948 Brandy Punch

📋 copy color: '#C57948'

red 197 ◦ green 121 ◦ blue 72

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

Shades of Brandy Punch #C57948

Tints of Brandy Punch #C57948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 72 (28.52% from 255) = 18.46%

R = 50.51%
G = 31.03%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C57948 (or 0xC57948) is known color: Brandy Punch. HEX triplet: C5, 79 and 48. RGB value is (197,121,72). Sum of RGB (Red+Green+Blue) = 197+121+72=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C57948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57948 is #3A86B7. Grayscale: #8A8A8A. Windows color (decimal): -3835576 or 4749765. OLE color: 4749765.

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

Color convert

RGB 197 121 72 -
CMYK 0 0.39 0.63 0.23
HSL 23.52º 0.52% 0.53% -
HSV(B) 23.52º 0.63% 0.77% -
XYZ 31.03 26.01 9.52 -
YUV 138.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 197 121 72 0 0.39 0.63 0.23 23.52 0.52 0.53
Hex C5 79 48 0 27 3F 17 18 34 35
Octal 305 171 110 0 47 77 27 30 64 65
Binary 11000101 1111001 1001000 0 100111 111111 10111 11000 110100 110101

Color Harmonies of #C57948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57948

Black with #C57948

Text Example


Text Example

White with #C57948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57948; }

 p { color: rgb(197,121,72); }

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

background-color css

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

 a { background-color: rgb(197,121,72); }

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

border-color css

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

 span { border-color: rgb(197,121,72); }

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