#C7535C

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

Shades of Mandy #C7535C

Tints of Mandy #C7535C

Color information

#C7535C (or 0xC7535C) is unknown color: approx Mandy. HEX triplet: C7, 53 and 5C. RGB value is (199,83,92). Sum of RGB (Red+Green+Blue) = 199+83+92=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C7535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7535C is #38ACA3. Grayscale: #767676. Windows color (decimal): -3714212 or 6050759. OLE color: 6050759.

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

Color convert

RGB1998392-
CMYK00.580.540.22
HSL355.34º50.88%55.29%-
HSV(B)355.34º58.29%78.04%-
XYZ28.5819.112.31-
YUV118.71112.93185.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 53.21%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=53.21%
G=22.19%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199839200.580.540.22355.3450.8855.29
HexC7535C03A36161633337
Octal30712313407266265436367
Binary1100011110100111011100011101011011010110101100011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7535C; }

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

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

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

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

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

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

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

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