Html Css Color HEX #C5425D Mandy

📋 copy color: '#C5425D'

red 197 ◦ green 66 ◦ blue 93

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

Shades of Mandy #C5425D

Tints of Mandy #C5425D

RGB

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

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

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

R = 55.34%
G = 18.54%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C5425D (or 0xC5425D) is known color: Mandy. HEX triplet: C5, 42 and 5D. RGB value is (197,66,93). Sum of RGB (Red+Green+Blue) = 197+66+93=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5425D is #3ABDA2. Grayscale: #6C6C6C. Windows color (decimal): -3849635 or 6111941. OLE color: 6111941.

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

Color convert

RGB 197 66 93 -
CMYK 0 0.66 0.53 0.23
HSL 347.63º 0.53% 0.52% -
HSV(B) 347.63º 0.66% 0.77% -
XYZ 26.95 16.56 12.13 -
YUV 108.25 119.4 191.3 -
System Red Green Blue C M Y K H S L
Decimal 197 66 93 0 0.66 0.53 0.23 347.63 0.53 0.52
Hex C5 42 5D 0 42 35 17 15C 35 34
Octal 305 102 135 0 102 65 27 534 65 64
Binary 11000101 1000010 1011101 0 1000010 110101 10111 101011100 110101 110100

Color Harmonies of #C5425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5425D

Black with #C5425D

Text Example


Text Example

White with #C5425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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