Html Css Color HEX #C5424D Mandy

📋 copy color: '#C5424D'

red 197 ◦ green 66 ◦ blue 77

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

Shades of Mandy #C5424D

Tints of Mandy #C5424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 57.94%
G = 19.41%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5424D (or 0xC5424D) is known color: Mandy. HEX triplet: C5, 42 and 4D. RGB value is (197,66,77). Sum of RGB (Red+Green+Blue) = 197+66+77=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5424D is #3ABDB2. Grayscale: #6A6A6A. Windows color (decimal): -3849651 or 5063365. OLE color: 5063365.

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

Color convert

RGB 197 66 77 -
CMYK 0 0.66 0.61 0.23
HSL 354.96º 0.53% 0.52% -
HSV(B) 354.96º 0.66% 0.77% -
XYZ 26.31 16.3 8.78 -
YUV 106.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 197 66 77 0 0.66 0.61 0.23 354.96 0.53 0.52
Hex C5 42 4D 0 42 3D 17 163 35 34
Octal 305 102 115 0 102 75 27 543 65 64
Binary 11000101 1000010 1001101 0 1000010 111101 10111 101100011 110101 110100

Color Harmonies of #C5424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5424D

Black with #C5424D

Text Example


Text Example

White with #C5424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5424D; }

 p { color: rgb(197,66,77); }

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

background-color css

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

 a { background-color: rgb(197,66,77); }

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

border-color css

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

 span { border-color: rgb(197,66,77); }

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