#C7505C

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

Shades of Mandy #C7505C

Tints of Mandy #C7505C

Color information

#C7505C (or 0xC7505C) is unknown color: approx Mandy. HEX triplet: C7, 50 and 5C. RGB value is (199,80,92). Sum of RGB (Red+Green+Blue) = 199+80+92=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7505C is #38AFA3. Grayscale: #757575. Windows color (decimal): -3714980 or 6049991. OLE color: 6049991.

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

Color convert

RGB1998092-
CMYK00.600.540.22
HSL353.95º51.52%54.71%-
HSV(B)353.95º59.8%78.04%-
XYZ28.3518.6512.23-
YUV116.95113.92186.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.64%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=53.64%
G=21.56%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199809200.600.540.22353.9551.5254.71
HexC7505C03C36161623437
Octal30712013407466265426467
Binary1100011110100001011100011110011011010110101100010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7505C; }

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

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

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

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

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

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

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

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