#C7505E

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

Shades of Mandy #C7505E

Tints of Mandy #C7505E

Color information

#C7505E (or 0xC7505E) is unknown color: approx Mandy. HEX triplet: C7, 50 and 5E. RGB value is (199,80,94). Sum of RGB (Red+Green+Blue) = 199+80+94=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7505E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7505E is #38AFA1. Grayscale: #757575. Windows color (decimal): -3714978 or 6181063. OLE color: 6181063.

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

Color convert

RGB1998094-
CMYK00.600.530.22
HSL352.94º51.52%54.71%-
HSV(B)352.94º59.8%78.04%-
XYZ28.4418.6912.7-
YUV117.18114.92186.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.35%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=53.35%
G=21.45%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199809400.600.530.22352.9451.5254.71
HexC7505E03C35161613437
Octal30712013607465265416467
Binary1100011110100001011110011110011010110110101100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7505E; }

 p { color: rgb(199,80,94); }

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

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

 a { background-color: rgb(199,80,94); }

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

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

 span { border-color: rgb(199,80,94); }

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