#C75154

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

Shades of Mandy #C75154

Tints of Mandy #C75154

Color information

#C75154 (or 0xC75154) is unknown color: approx Mandy. HEX triplet: C7, 51 and 54. RGB value is (199,81,84). Sum of RGB (Red+Green+Blue) = 199+81+84=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C75154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75154 is #38AEAB. Grayscale: #747474. Windows color (decimal): -3714732 or 5525959. OLE color: 5525959.

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

Color convert

RGB1998184-
CMYK00.590.580.22
HSL358.47º51.3%54.9%-
HSV(B)358.47º59.3%78.04%-
XYZ28.118.6710.51-
YUV116.62109.59186.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.67%
GREEN value IS 81 (32.03% from 255) = 22.25%
BLUE value IS 84 (33.20% from 255) = 23.08%
R=54.67%
G=22.25%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199818400.590.580.22358.4751.354.9
HexC7515403B3A161663337
Octal30712112407372265466367
Binary1100011110100011010100011101111101010110101100110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75154; }

 p { color: rgb(199,81,84); }

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

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

 a { background-color: rgb(199,81,84); }

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

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

 span { border-color: rgb(199,81,84); }

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