Html Css Color HEX #C55557 Mandy

📋 copy color: '#C55557'

red 197 ◦ green 85 ◦ blue 87

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

Shades of Mandy #C55557

Tints of Mandy #C55557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

 BLUE value IS 87 (34.38% from 255) = 23.58%

R = 53.39%
G = 23.04%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C55557 (or 0xC55557) is known color: Mandy. HEX triplet: C5, 55 and 57. RGB value is (197,85,87). Sum of RGB (Red+Green+Blue) = 197+85+87=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C55557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55557 is #3AAAA8. Grayscale: #767676. Windows color (decimal): -3844777 or 5723589. OLE color: 5723589.

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

Color convert

RGB 197 85 87 -
CMYK 0 0.57 0.56 0.23
HSL 358.93º 0.49% 0.55% -
HSV(B) 358.93º 0.57% 0.77% -
XYZ 27.99 19.06 11.22 -
YUV 118.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 197 85 87 0 0.57 0.56 0.23 358.93 0.49 0.55
Hex C5 55 57 0 39 38 17 167 31 37
Octal 305 125 127 0 71 70 27 547 61 67
Binary 11000101 1010101 1010111 0 111001 111000 10111 101100111 110001 110111

Color Harmonies of #C55557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55557

Black with #C55557

Text Example


Text Example

White with #C55557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55557; }

 p { color: rgb(197,85,87); }

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

background-color css

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

 a { background-color: rgb(197,85,87); }

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

border-color css

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

 span { border-color: rgb(197,85,87); }

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