#C7405B

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

Shades of Mandy #C7405B

Tints of Mandy #C7405B

Color information

#C7405B (or 0xC7405B) is unknown color: approx Mandy. HEX triplet: C7, 40 and 5B. RGB value is (199,64,91). Sum of RGB (Red+Green+Blue) = 199+64+91=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7405B is #38BFA4. Grayscale: #6B6B6B. Windows color (decimal): -3719077 or 5980359. OLE color: 5980359.

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

Color convert

RGB1996491-
CMYK00.680.540.22
HSL348º54.66%51.57%-
HSV(B)348º67.84%78.04%-
XYZ27.2716.5611.66-
YUV107.44118.73193.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.21%
GREEN value IS 64 (25.39% from 255) = 18.08%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=56.21%
G=18.08%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199649100.680.540.2234854.6651.57
HexC7405B044361615c3734
Octal307100133010466265346764
Binary11000111100000010110110100010011011010110101011100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7405B; }

 p { color: rgb(199,64,91); }

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

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

 a { background-color: rgb(199,64,91); }

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

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

 span { border-color: rgb(199,64,91); }

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