#C75363

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

Shades of Mandy #C75363

Tints of Mandy #C75363

Color information

#C75363 (or 0xC75363) is unknown color: approx Mandy. HEX triplet: C7, 53 and 63. RGB value is (199,83,99). Sum of RGB (Red+Green+Blue) = 199+83+99=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C75363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75363 is #38AC9C. Grayscale: #777777. Windows color (decimal): -3714205 or 6509511. OLE color: 6509511.

HSL color Cylindrical-coordinate representation of color #C75363: hue angle of 351.72º 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 #C75363 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB1998399-
CMYK00.580.500.22
HSL351.72º50.88%55.29%-
HSV(B)351.72º58.29%78.04%-
XYZ28.919.2313.99-
YUV119.51116.43184.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=52.23%
G=21.78%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199839900.580.500.22351.7250.8855.29
HexC7536303A32161603337
Octal30712314307262265406367
Binary1100011110100111100011011101011001010110101100000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75363; }

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

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

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

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

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

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

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

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