#C75355

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

Shades of Mandy #C75355

Tints of Mandy #C75355

Color information

#C75355 (or 0xC75355) is unknown color: approx Mandy. HEX triplet: C7, 53 and 55. RGB value is (199,83,85). Sum of RGB (Red+Green+Blue) = 199+83+85=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C75355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75355 is #38ACAA. Grayscale: #767676. Windows color (decimal): -3714219 or 5592007. OLE color: 5592007.

HSL color Cylindrical-coordinate representation of color #C75355: hue angle of 358.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75355 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB1998385-
CMYK00.580.570.22
HSL358.97º50.88%55.29%-
HSV(B)358.97º58.29%78.04%-
XYZ28.2918.9810.77-
YUV117.91109.43185.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=54.22%
G=22.62%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199838500.580.570.22358.9750.8855.29
HexC7535503A39161673337
Octal30712312507271265476367
Binary1100011110100111010101011101011100110110101100111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75355; }

 p { color: rgb(199,83,85); }

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

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

 a { background-color: rgb(199,83,85); }

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

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

 span { border-color: rgb(199,83,85); }

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