Html Css Color HEX #C5545D Mandy

📋 copy color: '#C5545D'

red 197 ◦ green 84 ◦ blue 93

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

Shades of Mandy #C5545D

Tints of Mandy #C5545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 52.67%
G = 22.46%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5545D (or 0xC5545D) is known color: Mandy. HEX triplet: C5, 54 and 5D. RGB value is (197,84,93). Sum of RGB (Red+Green+Blue) = 197+84+93=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5545D is #3AABA2. Grayscale: #767676. Windows color (decimal): -3845027 or 6116549. OLE color: 6116549.

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

Color convert

RGB 197 84 93 -
CMYK 0 0.57 0.53 0.23
HSL 355.22º 0.49% 0.55% -
HSV(B) 355.22º 0.57% 0.77% -
XYZ 28.17 19 12.54 -
YUV 118.81 113.44 183.77 -
System Red Green Blue C M Y K H S L
Decimal 197 84 93 0 0.57 0.53 0.23 355.22 0.49 0.55
Hex C5 54 5D 0 39 35 17 163 31 37
Octal 305 124 135 0 71 65 27 543 61 67
Binary 11000101 1010100 1011101 0 111001 110101 10111 101100011 110001 110111

Color Harmonies of #C5545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5545D

Black with #C5545D

Text Example


Text Example

White with #C5545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5545D; }

 p { color: rgb(197,84,93); }

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

background-color css

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

 a { background-color: rgb(197,84,93); }

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

border-color css

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

 span { border-color: rgb(197,84,93); }

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