#C6595C

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

Shades of Mandy #C6595C

Tints of Mandy #C6595C

Color information

#C6595C (or 0xC6595C) is unknown color: approx Mandy. HEX triplet: C6, 59 and 5C. RGB value is (198,89,92). Sum of RGB (Red+Green+Blue) = 198+89+92=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 92 (36.33% from 255 or 24.27% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6595C is #39A6A3. Grayscale: #7A7A7A. Windows color (decimal): -3778212 or 6052294. OLE color: 6052294.

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

Color convert

RGB1988992-
CMYK00.550.540.22
HSL358.35º48.88%56.27%-
HSV(B)358.35º55.05%77.65%-
XYZ28.7919.9212.45-
YUV121.93111.11182.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 92 (36.33% from 255) = 24.27%
R=52.24%
G=23.48%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198899200.550.540.22358.3548.8856.27
HexC6595C03736161663138
Octal30613113406766265466170
Binary1100011010110011011100011011111011010110101100110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6595C; }

 p { color: rgb(198,89,92); }

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

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

 a { background-color: rgb(198,89,92); }

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

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

 span { border-color: rgb(198,89,92); }

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