#C65363

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

Shades of Mandy #C65363

Tints of Mandy #C65363

Color information

#C65363 (or 0xC65363) is unknown color: approx Mandy. HEX triplet: C6, 53 and 63. RGB value is (198,83,99). Sum of RGB (Red+Green+Blue) = 198+83+99=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C65363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65363 is #39AC9C. Grayscale: #777777. Windows color (decimal): -3779741 or 6509510. OLE color: 6509510.

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

Color convert

RGB1988399-
CMYK00.580.500.22
HSL351.65º50.22%55.1%-
HSV(B)351.65º58.08%77.65%-
XYZ28.6319.0913.98-
YUV119.21116.6184.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.11%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=52.11%
G=21.84%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198839900.580.500.22351.6550.2255.1
HexC6536303A32161603237
Octal30612314307262265406267
Binary1100011010100111100011011101011001010110101100000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65363; }

 p { color: rgb(198,83,99); }

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

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

 a { background-color: rgb(198,83,99); }

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

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

 span { border-color: rgb(198,83,99); }

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