Html Css Color HEX #C5424E Mandy

📋 copy color: '#C5424E'

red 197 ◦ green 66 ◦ blue 78

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

Shades of Mandy #C5424E

Tints of Mandy #C5424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.87%

R = 57.77%
G = 19.35%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5424E (or 0xC5424E) is known color: Mandy. HEX triplet: C5, 42 and 4E. RGB value is (197,66,78). Sum of RGB (Red+Green+Blue) = 197+66+78=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5424E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5424E is #3ABDB1. Grayscale: #6A6A6A. Windows color (decimal): -3849650 or 5128901. OLE color: 5128901.

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

Color convert

RGB 197 66 78 -
CMYK 0 0.66 0.60 0.23
HSL 354.5º 0.53% 0.52% -
HSV(B) 354.5º 0.66% 0.77% -
XYZ 26.35 16.32 8.97 -
YUV 106.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 197 66 78 0 0.66 0.60 0.23 354.5 0.53 0.52
Hex C5 42 4E 0 42 3C 17 163 35 34
Octal 305 102 116 0 102 74 27 543 65 64
Binary 11000101 1000010 1001110 0 1000010 111100 10111 101100011 110101 110100

Color Harmonies of #C5424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5424E

Black with #C5424E

Text Example


Text Example

White with #C5424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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