Html Css Color HEX #C57E4B Brandy Punch

📋 copy color: '#C57E4B'

red 197 ◦ green 126 ◦ blue 75

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

Shades of Brandy Punch #C57E4B

Tints of Brandy Punch #C57E4B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

 BLUE value IS 75 (29.69% from 255) = 18.84%

R = 49.5%
G = 31.66%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C57E4B (or 0xC57E4B) is known color: Brandy Punch. HEX triplet: C5, 7E and 4B. RGB value is (197,126,75). Sum of RGB (Red+Green+Blue) = 197+126+75=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57E4B is #3A81B4. Grayscale: #8D8D8D. Windows color (decimal): -3834293 or 4947653. OLE color: 4947653.

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

Color convert

RGB 197 126 75 -
CMYK 0 0.36 0.62 0.23
HSL 25.08º 0.51% 0.53% -
HSV(B) 25.08º 0.62% 0.77% -
XYZ 31.76 27.3 10.25 -
YUV 141.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 197 126 75 0 0.36 0.62 0.23 25.08 0.51 0.53
Hex C5 7E 4B 0 24 3E 17 19 33 35
Octal 305 176 113 0 44 76 27 31 63 65
Binary 11000101 1111110 1001011 0 100100 111110 10111 11001 110011 110101

Color Harmonies of #C57E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57E4B

Black with #C57E4B

Text Example


Text Example

White with #C57E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57E4B; }

 p { color: rgb(197,126,75); }

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

background-color css

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

 a { background-color: rgb(197,126,75); }

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

border-color css

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

 span { border-color: rgb(197,126,75); }

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