#C65F62

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

Shades of Mandy #C65F62

Tints of Mandy #C65F62

Color information

#C65F62 (or 0xC65F62) is unknown color: approx Mandy. HEX triplet: C6, 5F and 62. RGB value is (198,95,98). Sum of RGB (Red+Green+Blue) = 198+95+98=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F62 is #39A09D. Grayscale: #7E7E7E. Windows color (decimal): -3776670 or 6447046. OLE color: 6447046.

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

Color convert

RGB1989598-
CMYK00.520.510.22
HSL358.25º47.47%57.45%-
HSV(B)358.25º52.02%77.65%-
XYZ29.5921.0714.06-
YUV126.14112.12179.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 95 (37.5% from 255) = 24.30%
BLUE value IS 98 (38.67% from 255) = 25.06%
R=50.64%
G=24.30%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198959800.520.510.22358.2547.4757.45
HexC65F6203433161662f39
Octal30613714206463265465771
Binary1100011010111111100010011010011001110110101100110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65F62; }

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

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

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

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

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

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

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

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