#C7585C

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

Shades of Mandy #C7585C

Tints of Mandy #C7585C

Color information

#C7585C (or 0xC7585C) is unknown color: approx Mandy. HEX triplet: C7, 58 and 5C. RGB value is (199,88,92). Sum of RGB (Red+Green+Blue) = 199+88+92=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7585C is #38A7A3. Grayscale: #797979. Windows color (decimal): -3712932 or 6052039. OLE color: 6052039.

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

Color convert

RGB1998892-
CMYK00.560.540.22
HSL357.84º49.78%56.27%-
HSV(B)357.84º55.78%78.04%-
XYZ28.9719.8912.44-
YUV121.64111.27183.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.51%
GREEN value IS 88 (34.77% from 255) = 23.22%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=52.51%
G=23.22%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199889200.560.540.22357.8449.7856.27
HexC7585C03836161663238
Octal30713013407066265466270
Binary1100011110110001011100011100011011010110101100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7585C; }

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

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

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

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

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

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

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

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