Html Css Color HEX #C57848 Brandy Punch

📋 copy color: '#C57848'

red 197 ◦ green 120 ◦ blue 72

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

Shades of Brandy Punch #C57848

Tints of Brandy Punch #C57848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 50.64%
G = 30.85%
B = 18.51%

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

#C57848 (or 0xC57848) is known color: Brandy Punch. HEX triplet: C5, 78 and 48. RGB value is (197,120,72). Sum of RGB (Red+Green+Blue) = 197+120+72=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C57848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57848 is #3A87B7. Grayscale: #898989. Windows color (decimal): -3835832 or 4749509. OLE color: 4749509.

HSL color Cylindrical-coordinate representation of color #C57848: hue angle of 23.04º 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 #C57848 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 72 -
CMYK 0 0.39 0.63 0.23
HSL 23.04º 0.52% 0.53% -
HSV(B) 23.04º 0.63% 0.77% -
XYZ 30.91 25.77 9.48 -
YUV 137.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 197 120 72 0 0.39 0.63 0.23 23.04 0.52 0.53
Hex C5 78 48 0 27 3F 17 17 34 35
Octal 305 170 110 0 47 77 27 27 64 65
Binary 11000101 1111000 1001000 0 100111 111111 10111 10111 110100 110101

Color Harmonies of #C57848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57848

Black with #C57848

Text Example


Text Example

White with #C57848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57848; }

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

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

background-color css

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

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

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

border-color css

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

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

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