Html Css Color HEX #C54748 Mandy

📋 copy color: '#C54748'

red 197 ◦ green 71 ◦ blue 72

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

Shades of Mandy #C54748

Tints of Mandy #C54748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.88%

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

R = 57.94%
G = 20.88%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C54748 (or 0xC54748) is known color: Mandy. HEX triplet: C5, 47 and 48. RGB value is (197,71,72). Sum of RGB (Red+Green+Blue) = 197+71+72=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C54748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54748 is #3AB8B7. Grayscale: #6C6C6C. Windows color (decimal): -3848376 or 4736965. OLE color: 4736965.

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

Color convert

RGB 197 71 72 -
CMYK 0 0.64 0.63 0.23
HSL 359.52º 0.52% 0.53% -
HSV(B) 359.52º 0.64% 0.77% -
XYZ 26.45 16.84 7.99 -
YUV 108.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 197 71 72 0 0.64 0.63 0.23 359.52 0.52 0.53
Hex C5 47 48 0 40 3F 17 168 34 35
Octal 305 107 110 0 100 77 27 550 64 65
Binary 11000101 1000111 1001000 0 1000000 111111 10111 101101000 110100 110101

Color Harmonies of #C54748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54748

Black with #C54748

Text Example


Text Example

White with #C54748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54748; }

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

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

background-color css

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

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

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

border-color css

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

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

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