#C65962

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

Shades of Mandy #C65962

Tints of Mandy #C65962

Color information

#C65962 (or 0xC65962) is unknown color: approx Mandy. HEX triplet: C6, 59 and 62. RGB value is (198,89,98). Sum of RGB (Red+Green+Blue) = 198+89+98=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C65962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65962 is #39A69D. Grayscale: #7A7A7A. Windows color (decimal): -3778206 or 6445510. OLE color: 6445510.

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

Color convert

RGB1988998-
CMYK00.550.510.22
HSL355.05º48.88%56.27%-
HSV(B)355.05º55.05%77.65%-
XYZ29.0720.0313.89-
YUV122.62114.11181.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 98 (38.67% from 255) = 25.45%
R=51.43%
G=23.12%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198899800.550.510.22355.0548.8856.27
HexC6596203733161633138
Octal30613114206763265436170
Binary1100011010110011100010011011111001110110101100011110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65962; }

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

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

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

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

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

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

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

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