#C55C65

Color #C55C65 Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C55C65

Tints of Mandy #C55C65

Color information

#C55C65 (or 0xC55C65) is unknown color: approx Mandy. HEX triplet: C5, 5C and 65. RGB value is (197,92,101). Sum of RGB (Red+Green+Blue) = 197+92+101=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C65 is #3AA39A. Grayscale: #7C7C7C. Windows color (decimal): -3842971 or 6642885. OLE color: 6642885.

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

Color convert

RGB19792101-
CMYK00.530.490.23
HSL354.86º47.51%56.67%-
HSV(B)354.86º53.3%77.25%-
XYZ29.220.4614.72-
YUV124.42114.79179.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.51%
GREEN value IS 92 (36.33% from 255) = 23.59%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=50.51%
G=23.59%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979210100.530.490.23354.8647.5156.67
HexC55C6503531171633039
Octal30513414506561275436071
Binary1100010110111001100101011010111000110111101100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C65; }

 p { color: rgb(197,92,101); }

 H1.HeaderClassName
 {
   color: #C55C65;
 }
 .AnyTagClassName
 {
   color: #C55C65;
 }
</style>
background-color css

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

 a { background-color: rgb(197,92,101); }

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

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

 span { border-color: rgb(197,92,101); }

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