Html Css Color HEX #C5425E Mandy

📋 copy color: '#C5425E'

red 197 ◦ green 66 ◦ blue 94

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

Shades of Mandy #C5425E

Tints of Mandy #C5425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.33%

R = 55.18%
G = 18.49%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C5425E (or 0xC5425E) is known color: Mandy. HEX triplet: C5, 42 and 5E. RGB value is (197,66,94). Sum of RGB (Red+Green+Blue) = 197+66+94=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C5425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5425E is #3ABDA1. Grayscale: #6C6C6C. Windows color (decimal): -3849634 or 6177477. OLE color: 6177477.

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

Color convert

RGB 197 66 94 -
CMYK 0 0.66 0.52 0.23
HSL 347.18º 0.53% 0.52% -
HSV(B) 347.18º 0.66% 0.77% -
XYZ 26.99 16.57 12.37 -
YUV 108.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 197 66 94 0 0.66 0.52 0.23 347.18 0.53 0.52
Hex C5 42 5E 0 42 34 17 15B 35 34
Octal 305 102 136 0 102 64 27 533 65 64
Binary 11000101 1000010 1011110 0 1000010 110100 10111 101011011 110101 110100

Color Harmonies of #C5425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5425E

Black with #C5425E

Text Example


Text Example

White with #C5425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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