#C65461

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

Shades of Mandy #C65461

Tints of Mandy #C65461

Color information

#C65461 (or 0xC65461) is unknown color: approx Mandy. HEX triplet: C6, 54 and 61. RGB value is (198,84,97). Sum of RGB (Red+Green+Blue) = 198+84+97=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C65461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65461 is #39AB9E. Grayscale: #777777. Windows color (decimal): -3779487 or 6378694. OLE color: 6378694.

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

Color convert

RGB1988497-
CMYK00.580.510.22
HSL353.16º50%55.29%-
HSV(B)353.16º57.58%77.65%-
XYZ28.6219.2113.51-
YUV119.57115.27183.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=52.24%
G=22.16%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198849700.580.510.22353.165055.29
HexC6546103A33161613237
Octal30612414107263265416267
Binary1100011010101001100001011101011001110110101100001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65461; }

 p { color: rgb(198,84,97); }

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

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

 a { background-color: rgb(198,84,97); }

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

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

 span { border-color: rgb(198,84,97); }

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