#C65C5D

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

Shades of Mandy #C65C5D

Tints of Mandy #C65C5D

Color information

#C65C5D (or 0xC65C5D) is unknown color: approx Mandy. HEX triplet: C6, 5C and 5D. RGB value is (198,92,93). Sum of RGB (Red+Green+Blue) = 198+92+93=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65C5D is #39A3A2. Grayscale: #7B7B7B. Windows color (decimal): -3777443 or 6118598. OLE color: 6118598.

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

Color convert

RGB1989293-
CMYK00.540.530.22
HSL359.43º48.18%56.86%-
HSV(B)359.43º53.54%77.65%-
XYZ29.0920.4512.77-
YUV123.81110.62180.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=51.70%
G=24.02%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198929300.540.530.22359.4348.1856.86
HexC65C5D03635161673039
Octal30613413506665265476071
Binary1100011010111001011101011011011010110110101100111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65C5D; }

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

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

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

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

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

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

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

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