Html Css Color HEX #C57D4A Brandy Punch

📋 copy color: '#C57D4A'

red 197 ◦ green 125 ◦ blue 74

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

Shades of Brandy Punch #C57D4A

Tints of Brandy Punch #C57D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 49.75%
G = 31.57%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C57D4A (or 0xC57D4A) is known color: Brandy Punch. HEX triplet: C5, 7D and 4A. RGB value is (197,125,74). Sum of RGB (Red+Green+Blue) = 197+125+74=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57D4A is #3A82B5. Grayscale: #8C8C8C. Windows color (decimal): -3834550 or 4881861. OLE color: 4881861.

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

Color convert

RGB 197 125 74 -
CMYK 0 0.37 0.62 0.23
HSL 24.88º 0.51% 0.53% -
HSV(B) 24.88º 0.62% 0.77% -
XYZ 31.6 27.03 10.03 -
YUV 140.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 197 125 74 0 0.37 0.62 0.23 24.88 0.51 0.53
Hex C5 7D 4A 0 25 3E 17 19 33 35
Octal 305 175 112 0 45 76 27 31 63 65
Binary 11000101 1111101 1001010 0 100101 111110 10111 11001 110011 110101

Color Harmonies of #C57D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57D4A

Black with #C57D4A

Text Example


Text Example

White with #C57D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57D4A; }

 p { color: rgb(197,125,74); }

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

background-color css

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

 a { background-color: rgb(197,125,74); }

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

border-color css

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

 span { border-color: rgb(197,125,74); }

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